#Packager: Christian Dersch pkgname=eeze pkgver=1.0.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------------------------------------------------------| "eeze (Part of Enlightenment Core libraries)" "Eeze is a library for manipulating devices through udev with a simple" "and fast api. It interfaces directly with libudev, avoiding such" "middleman daemons as udisks/upower or hal, to immediately gather" "device information the instant it becomes known to the system." "" "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 }