#Packager: Christian Dersch pkgname=efreet 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------------------------------------------------------| "efreet (Part of Enlightenment Core libraries)" "Efreet is a library designed to help apps work several of the" "Freedesktop.org standards regarding Icons, Desktop files and Menus." "To that end it implements the following specifications:" "XDG Base Directory Specification, Icon Theme Specification, Desktop" "Entry Specification, Desktop Menu Specification, FDO URI Specification" "Shared Mime Info Specification and Trash Specification" "" "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 }