#Packager: Christian Dersch pkgname=elementary pkgver=0.7.0.55225 pkgrel=1cd source=(http://download.enlightenment.org/snapshots/2010-12-03/elementary-$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------------------------------------------------------| "elementary (widget toolkit)" "Elementary is a widget toolkit and EFL wrapper and convenience library" "to make it easy to build applications and tools with UI's with less" "code, as well as being able to still dig down layers." "" "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 }