# redland/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.78 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.02 hours (or 000.93 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.02 hours (or 001.07 minutes) - ThinkPad W530 i7 4x2 32GB RAM 00.08 hours (or 004.60 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default exepack = yes license = See "license*.txt" in installed tree licfile = COPYING setpaths = mpfr, raptor2, rasqal tmpsize = 12M #--------------------------------------------------------------------- [depends] actools db dbus expat curl gawk gconf grep gtkcore libxml2 libxslt mpfr openssl pcre perl pkgconf raptor2 rasqal sed sqlite3 tar #--------------------------------------------------------------------- [configure] LT=$PRODTREE/actools MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --disable-gtk-doc \ --enable-release \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE \ \ --with-mysql=no \ --with-postgresql=no \ --with-sqlite=yes \ --with-threestore=no \ --with-unixodbc=no \ --with-virtuoso=no sed -e "s| -lltdl\$| |" \ -e "/^LIBS =/s| = | = -lltdl |" \ -i src/Makefile #--------------------------------------------------------------------- [postbuild] SHADIR=$PKGDIR_PROD/share rm -fr $SHADIR/gtk-doc (rmdir $SHADIR 2> /dev/null || true) #--------------------------------------------------------------------- # 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://librdf.org/ url_lfs = n/a url_tarball = http://download.librdf.org/source/\ redland-1.0.17.tar.gz #--------------------------------------------------------------------- [history] 170517 Updated from 1.0.12 to 1.0.17