#Packager: Christian Dersch pkgname=enlightenment pkgver=0.16.999.55225 pkgrel=1cd source=("http://download.enlightenment.org/snapshots/2010-12-03/enlightenment-$pkgver.tar.bz2" "xinitrc.enlightenment17") sourcetemplate=http://people.salixos.org/yournick/$pkgname/$pkgver/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.enlightenment.org/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "enlightenment (window manager)" "Enlightenment DR17 is the next generation of UNIX graphical" "environments. It is not just a window manager, but it is also a" "desktop shell. A desktop shell means a window manager plus a file" "manager plus configuration utilities all in one." "" "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 mkdir -p $startdir/pkg/etc/X11/xinit/ cp $startdir/src/xinitrc.enlightenment17 $startdir/pkg/etc/X11/xinit/ }