#Packager: Christian Dersch pkgname=embryo pkgver=1.0.0 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------------------------------------------------------| "embryo (Part of Enlightenment Core libraries)" "Embryo is a tiny library designed to interpret limited Small programs" "compiled by the included compiler, embryo_cc. It is mostly a cleaned" "up and smaller version of the original Small abstract machine." "The compiler is mostly untouched." "" "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 }