summaryrefslogtreecommitdiffstats
path: root/extra/hal-info/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/hal-info/Pkgfile')
-rw-r--r--extra/hal-info/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/hal-info/Pkgfile b/extra/hal-info/Pkgfile
new file mode 100644
index 000000000..18349a116
--- /dev/null
+++ b/extra/hal-info/Pkgfile
@@ -0,0 +1,18 @@
+# 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
+# Depends on:
+
+name=hal-info
+version=20090716
+release=1
+source=(http://hal.freedesktop.org/releases/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+