summaryrefslogtreecommitdiffstats
path: root/extra/hal-info/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-03 13:22:27 +0100
committersibel <lesibel@free.fr>2011-03-03 13:22:27 +0100
commit3302dab695e533da7ef18402a676a866b5a6cba3 (patch)
tree82f3503e76bf9b389e57de3b42b88be51b9e8879 /extra/hal-info/Pkgfile
parent43f5b27bed918aa82a8e8bacdbfc8c5c0fea2cef (diff)
downloadnutyx-pakxe-3302dab695e533da7ef18402a676a866b5a6cba3.tar.gz
nutyx-pakxe-3302dab695e533da7ef18402a676a866b5a6cba3.tar.bz2
nutyx-pakxe-3302dab695e533da7ef18402a676a866b5a6cba3.tar.xz
nutyx-pakxe-3302dab695e533da7ef18402a676a866b5a6cba3.zip
hal-info déplacé dans base
Diffstat (limited to 'extra/hal-info/Pkgfile')
-rw-r--r--extra/hal-info/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/extra/hal-info/Pkgfile b/extra/hal-info/Pkgfile
deleted file mode 100644
index 26effb7d1..000000000
--- a/extra/hal-info/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Description: Information sur les périphérique pour HAL
-# URL: http://www.freedesktop.org/wiki/Software/hal
-# Packager: thierryn1 at hispeed dot ch
-# Maintainer: NuTyX core team
-
-name=hal-info
-version=20091130
-release=1
-source=(http://hal.freedesktop.org/releases/$name-$version.tar.gz)
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
-}
-
-