# vim: set syn=sh: # Packager: Phill Watkins pkgname=enlightenment pkgver=0.16.999.52995 pkgrel=1pw #arch=noarch source=\ ( "http://download.enlightenment.org/snapshots/2010-10-03/$pkgname-$pkgver.tar.gz" "http://people.salixos.org/pwatk/packages/xap/$pkgname/xinitrc.enlightenment.gz" ) sourcetemplate=http://people.salixos.org/pwatk/packages/xap/$pkgname docs=("AUTHORS" "ChangeLog" "COPYING" "INSTALL" "NEWS" "README") url=http://www.enlightenment.org/ dotnew=('etc/enlightenment/sysactions.conf') options=('noautodotnew') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "enlightenment (The Enlightenment window manager, DR17)" "Lean, fast, modular and very extensible window manager for X11 and" "Linux. It is classed as a \"desktop shell\" providing the things you" "need to operate your desktop (or laptop), but is not a whole" "application suite. This covered launching applications, managing their" "windows and doing other system tasks like suspending, reboots," "managing files etc." ) build() { set -e cd $startdir/src/$pkgname-$pkgver ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --mandir=/usr/man \ --infodir=/usr/info \ --docdir=/usr/doc/$pkgname-$pkgver \ --build=$arch-slackware-linux make make install DESTDIR=$startdir/pkg install -Dm 0755 $startdir/src/xinitrc.enlightenment $startdir/pkg/etc/X11/xinit/xinitrc.enlightenment set +e }