# openicons/cfg - "Build" settings for package
# Revision: 111018

#---------------------------------------------------------------------

[technotes]

[buildtimes]

00.00 hours (or 000.02 minutes) - HP EliteBook 8560w 32GB RAM
00.00 hours (or 000.03 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB
                                  RAM
00.00 hours (or 000.03 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo
                                  7200 2GB RAM
00.00 hours (or 000.05 minutes) - ThinkPad E540 i7 4x2 16GB RAM

#---------------------------------------------------------------------

[settings]
configure  = none
license    = See "license*.txt" under installed tree
nosyslinks = yes
revision   = 49
tmpsize    = 28M
unpack     = none

#---------------------------------------------------------------------

[depends]
none

#---------------------------------------------------------------------

[build]
unzip -q $PKGDIR_MASTER/openicons*.zip
\
DATADIR=$PKGDIR_PROD/data
DOCDIR=$PKGDIR_PROD/doc
mkdir -p $DATADIR $DOCDIR
\
cp -p docs/*.txt $DOCDIR/
cd icons/svg/
\
for word in \
    arrow     calendar  cog       comments  database   \
    delete    forum     globe     group     lightbulb  \
    mail      page      server    user
do
    mkdir $word
    mv    $word[._]* $word/ || exit 1
done
\
mv comment[._]* comments/
mkdir misc
mv *.svg misc/
cp -a * $DATADIR/

#---------------------------------------------------------------------

# Original URLs. These URLs were valid at one point, but may have died
# since then. If you download newer versions of tarballs [etc.], don't
# delete  the  original versions,  as you may not  be able  to replace
# them.

[urls]
url_debian  = Not checked yet
url_home    = http://www.unlogic.se/projects/openicons/
url_lfs     = n/a

url_tarball = http://www.unlogic.se/projects/openicons/page/\
download/file/projects/openicons/releases/openicons-rev66.zip