diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 16:17:47 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 16:17:47 +0200 |
commit | 28a6bfa9144661f8b9fb91984255c0492eb6b096 (patch) | |
tree | 87cb38bbb82c2ad69ad504f992894323df10e84c /base/hal-info/Pkgfile | |
parent | e9e28726d7736af065473638b422ad1e1d60b6e4 (diff) | |
download | nutyx-pakxe-28a6bfa9144661f8b9fb91984255c0492eb6b096.tar.gz nutyx-pakxe-28a6bfa9144661f8b9fb91984255c0492eb6b096.tar.bz2 nutyx-pakxe-28a6bfa9144661f8b9fb91984255c0492eb6b096.tar.xz nutyx-pakxe-28a6bfa9144661f8b9fb91984255c0492eb6b096.zip |
hal-info dans extra
Diffstat (limited to 'base/hal-info/Pkgfile')
-rw-r--r-- | base/hal-info/Pkgfile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/base/hal-info/Pkgfile b/base/hal-info/Pkgfile deleted file mode 100644 index 26effb7d1..000000000 --- a/base/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 -} - - |