diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 19:56:42 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 19:56:42 +0200 |
commit | 8043eb6dbfb3542045a2b5015cadb11b6d69bb6f (patch) | |
tree | b111447bc0062b9b7f7f3322cca66286f0f78900 /extra/liboil/Pkgfile | |
parent | 056adac08025f419f14ed8a625850f7e00446a85 (diff) | |
download | nutyx-pakxe-8043eb6dbfb3542045a2b5015cadb11b6d69bb6f.tar.gz nutyx-pakxe-8043eb6dbfb3542045a2b5015cadb11b6d69bb6f.tar.bz2 nutyx-pakxe-8043eb6dbfb3542045a2b5015cadb11b6d69bb6f.tar.xz nutyx-pakxe-8043eb6dbfb3542045a2b5015cadb11b6d69bb6f.zip |
Ajout de liboil#0.3.15-1
Diffstat (limited to 'extra/liboil/Pkgfile')
-rw-r--r-- | extra/liboil/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/liboil/Pkgfile b/extra/liboil/Pkgfile new file mode 100644 index 000000000..e877c036c --- /dev/null +++ b/extra/liboil/Pkgfile @@ -0,0 +1,18 @@ +# Description: Librairie pour l'optimalisation de certains processeurs +# URL: http://liboil.freedesktop.org/wiki/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: + +name=liboil +version=0.3.15 +release=1 +source=(http://liboil.freedesktop.org/download/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install + rm -rf $PKG/usr/share +} |