# inklite/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] # 1. "inklite" is an unofficial version of Inkscape that's less power- # ful than the official version, but much smaller. It's small enough # that it'll fit into most mini-distros. #--------------------------------------------------------------------- [buildtimes] 00.02 hours (or 000.90 minutes) - HP EliteBook 8560w 32GB RAM 00.02 hours (or 001.23 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.02 hours (or 001.35 minutes) - Dell Inspiron 1545 00.03 hours (or 001.75 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.13 hours (or 007.92 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] exepack = yes license = See "license*.txt" in installed tree licfile = COPYING nls = disabled nosyslinks = yes tmpsize = 20M unpack = relaxed #--------------------------------------------------------------------- [depends] actools bzip2 cairo expat fontconfig freetype2 gawk graphite2 grep gtk20 gtkcore libart libffi libpng libpopt libxml2 pcre pkgconf sed util-linux xorg # Including pixman xzutils zlib #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE cat > gcj << END exit 1 END chmod 755 gcj PATH=`pwd`:$PATH hash gcj bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE \ --without-gnome-print #--------------------------------------------------------------------- [build] export FIXGCCOPTR=yes smpmake make install #--------------------------------------------------------------------- [postbuild] BINDIR=$PKGDIR_PROD/bin DOCDIR=$PKGDIR_PROD/doc MISCDIR=$PKGDIR_PROD/misc mkdir -p $BINDIR $DOCDIR $MISCDIR pushd $BINDIR mv inkscape inklite popd PROGBASE=inklite SPCICON=$PKGDIR_SPECIAL/icons SPCMISC=$PKGDIR_SPECIAL/misc SPCWRAP=$PKGDIR_SPECIAL/wrappers cp -a $SPCICON/ocaalert.png \ $MISCDIR/alert.png cd $BINDIR mv $PROGBASE $PROGBASE.bin sed -e "s|__META_LACUTIL__|$SYSDIR_LACUTIL|g" \ -e "s|__META_PREFIX__|$PKGDIR_PROD|g" \ -e "s|__META_PRODTREE__|$PRODTREE|g" \ < $SPCWRAP/$PROGBASE.wrapper.in \ > $PROGBASE chmod 755 $PROGBASE #--------------------------------------------------------------------- # 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 = n/a url_home = n/a url_lfs = n/a url_tarball = http://puptrix.org/sources/alphabetical/i/\ inkscapelite-0.36.3.tar.gz #--------------------------------------------------------------------- [history] 170922 Added patch to fix ruler