summaryrefslogtreecommitdiffstats
path: root/extra/libacpi/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-01-26 22:42:15 +0100
committertnut <thierryn1 at hispeed dot ch>2010-01-26 22:42:15 +0100
commitd6e1eeabdc3fb2a53af9bb93d52970bd2aa9897e (patch)
treed475bac4311660d5b66fd6443bb2754971914bb4 /extra/libacpi/Pkgfile
parent58aa1e9b3756aedee125b1d2461c22ddde062a7a (diff)
downloadnutyx-extra-d6e1eeabdc3fb2a53af9bb93d52970bd2aa9897e.tar.gz
nutyx-extra-d6e1eeabdc3fb2a53af9bb93d52970bd2aa9897e.tar.bz2
nutyx-extra-d6e1eeabdc3fb2a53af9bb93d52970bd2aa9897e.tar.xz
nutyx-extra-d6e1eeabdc3fb2a53af9bb93d52970bd2aa9897e.zip
libacpi, déplacé dans base
Diffstat (limited to 'extra/libacpi/Pkgfile')
-rw-r--r--extra/libacpi/Pkgfile15
1 files changed, 0 insertions, 15 deletions
diff --git a/extra/libacpi/Pkgfile b/extra/libacpi/Pkgfile
deleted file mode 100644
index 2389d6956..000000000
--- a/extra/libacpi/Pkgfile
+++ /dev/null
@@ -1,15 +0,0 @@
-# Description: librairie partagée pour programmes réunissant les informations ACPI sur Linux
-# URL: http://www.ngolde.de/libacpi.html
-# Maintainer: NuTyX core team
-# Packager: skingrapher at legtux dot org
-# Depends on:
-name=libacpi
-version=0.2
-release=1
-source=(http://www.ngolde.de/download/$name-$version.tar.gz)
-
-build() {
-cd $name-$version
- make
- make DESTDIR=$PKG install
-}