#Packager: Christian Dersch pkgname=eet pkgver=1.4.1 pkgrel=1cd source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.bz2) sourcetemplate=http://people.salixos.org/yournick/$pkgname/$pkgver/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.enlightenment.org/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "eet (Part of Enlightenment Core libraries)" "EET is a tiny library designed to write an arbitary set of chunks of" "data to a file and optionally compress each chunk (very much like a" "zip file) and allow fast random-access reading of the file later on." "EET files are perfect for storing data that is written once" "and read many times, especially when the program does not want to have" "to read all the data in at once." "" "Homepage: http://www.enlightenment.org/" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --mandir=/usr/man \ --disable-static \ --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }