summaryrefslogtreecommitdiffstats
path: root/base/liboil/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:36:51 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:36:51 +0200
commit32383913ed8a20d3ba1776f9386ba8a15e984df0 (patch)
treea012e370a66b2b1af65055aebc52025c650e0e24 /base/liboil/Pkgfile
parentd16ab3a24ebfd890dc5f936a9d6066e2df3e7cf0 (diff)
downloadnutyx-pakxe-32383913ed8a20d3ba1776f9386ba8a15e984df0.tar.gz
nutyx-pakxe-32383913ed8a20d3ba1776f9386ba8a15e984df0.tar.bz2
nutyx-pakxe-32383913ed8a20d3ba1776f9386ba8a15e984df0.tar.xz
nutyx-pakxe-32383913ed8a20d3ba1776f9386ba8a15e984df0.zip
liboil dans extra
Diffstat (limited to 'base/liboil/Pkgfile')
-rw-r--r--base/liboil/Pkgfile17
1 files changed, 0 insertions, 17 deletions
diff --git a/base/liboil/Pkgfile b/base/liboil/Pkgfile
deleted file mode 100644
index e3ce844c5..000000000
--- a/base/liboil/Pkgfile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Description: Librairie pour l'optimalisation de certains processeurs
-# URL: http://liboil.freedesktop.org/wiki/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-
-name=liboil
-version=0.3.17
-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
-}