#Maintainer: Christopher Rey P. Baluyut pkgname=eina pkgver=0.9.9.063 pkgrel=1 zenver=64 arch=i486 source=("http://download.enlightenment.org/snapshots/LATEST/$pkgname-$pkgver.tar.bz2") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/shingoku/e17/$pkgname/source docs=('AUTHORS' 'COPYING' 'ChangeLog' 'INSTALL' 'NEWS' 'README') url="http://www.enlightenment.org/" extradepends=('glibc') options=('norequiredbuilder') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "Eina (one of the Enlightenment DR17 foundation libraries)" "Eina is a multi-platform library that provides optimized data" "types and a few tools that could be used for projects. The Eina" "library implements given data types in an efficient way, and it" "also provides some useful tools like opening shared libraries," "errors management, type conversion, time accounting and memory" "pool." ) build() { cd $startdir/src/$pkgname-$pkgver CFLAGS="-O2 -march=i486 -mtune=i686" CXXFLAGS="-O2 -march=i486 -mtune=i686" ./configure \ --prefix=/usr \ --libdir=/usr/lib \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ --disable-static \ --build=$arch-slackware-linux || exit 1 make -j2 || exit 1 make install DESTDIR=$startdir/pkg || exit 1 cd $startdir/pkg/usr rmdir bin }