diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 16:24:17 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 16:24:17 +0200 |
commit | 977baf1a0266212885d62df6fa9377f440790a86 (patch) | |
tree | 87fbb80d81082d76db9116567b278cab4bc34418 /base/libacpi/Pkgfile | |
parent | a902d35d8eee92aac641b9b8d765da6af881c7a2 (diff) | |
download | nutyx-pakxe-977baf1a0266212885d62df6fa9377f440790a86.tar.gz nutyx-pakxe-977baf1a0266212885d62df6fa9377f440790a86.tar.bz2 nutyx-pakxe-977baf1a0266212885d62df6fa9377f440790a86.tar.xz nutyx-pakxe-977baf1a0266212885d62df6fa9377f440790a86.zip |
libacpi dans extra
Diffstat (limited to 'base/libacpi/Pkgfile')
-rw-r--r-- | base/libacpi/Pkgfile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/base/libacpi/Pkgfile b/base/libacpi/Pkgfile deleted file mode 100644 index 2389d6956..000000000 --- a/base/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 -} |