#Maintainer: George Vlahavas (vlahavas@gmail.com, gapan@zenwalk forums) pkgname=liboil pkgver=0.3.13 pkgrel=1 zenver=52 arch=i486 source=("http://liboil.freedesktop.org/download/liboil-0.3.13.tar.gz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "bug-reporting" "hacking") url=http://liboil.freedesktop.org/wiki/ options=('norequiredbuilder' 'keepdepfile') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "liboil - Multimedia Advanced Functions Library" "Liboil is a library of simple functions that are optimized for various" "CPUs. These functions are generally loops implementing simple" "algorithms, such as converting an array of N integers to floating" "point numbers or multiplying and summing an array of N numbers. Such" "functions are candidates for significant optimization using various" "techniques, especially by using extended instructions provided by" "modern CPUs, ie. Altivec, MMX, and SSE." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }