contrib/liboil/Pkgfile

27 lines
557 B
Plaintext
Raw Normal View History

2006-12-10 10:24:34 +01:00
# Description: A library of simple functions optimized for various CPUs.
# URL: http://liboil.freedesktop.org/wiki/
2008-03-26 03:45:31 +01:00
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
2006-12-10 10:24:34 +01:00
# Packager: Matt Housh, jaeger at morpheus dot net
2008-06-19 13:16:51 +02:00
# Depends on: glib
2006-12-10 10:24:34 +01:00
name=liboil
2008-07-02 17:24:45 +02:00
version=0.3.15
2006-12-10 10:24:34 +01:00
release=1
2008-07-02 17:24:45 +02:00
source=(http://liboil.freedesktop.org/download/liboil-$version.tar.gz)
2006-12-10 10:24:34 +01:00
build() {
2007-04-01 09:11:29 +02:00
cd liboil-$version
2008-06-19 13:16:51 +02:00
autoreconf -f -i
./configure \
--prefix=/usr \
--disable-static \
--disable-gtk-doc
2008-07-02 17:24:45 +02:00
make
make check
2007-04-01 09:11:29 +02:00
make DESTDIR=$PKG install
rm -r $PKG/usr/share
2006-12-10 10:24:34 +01:00
}