1
0
forked from ports/contrib

liboil: 0.3.10 -> 0.3.11

This commit is contained in:
Danny Rawlins 2007-04-01 17:11:29 +10:00
parent 6119a0e296
commit 31fdc174c8
2 changed files with 6 additions and 5 deletions

View File

@ -1 +1 @@
770f656bca8166dab33b322d5886a4bf liboil-0.3.10.tar.gz
65ce3266be385d0c7cd9a1157433332f liboil-0.3.11.tar.gz

View File

@ -5,14 +5,15 @@
# Depends on:
name=liboil
version=0.3.10
version=0.3.11
release=1
source=(http://liboil.freedesktop.org/download/$name-$version.tar.gz)
source=(http://liboil.freedesktop.org/download/liboil-$version.tar.gz)
build() {
cd $name-$version
cd liboil-$version
./configure --prefix=/usr
make && make DESTDIR=$PKG install
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
}