diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-01-27 12:28:26 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-01-27 12:28:26 +0100 |
commit | 3d9e3c7833e17f4f2f3f57ca808bf8a001654891 (patch) | |
tree | ef2089981253665ebacf8d3b5058ffe27a298afb /extra/libatasmart/Pkgfile | |
parent | 000d0996fc1ff477e25f66f1ac0f928cf94554b6 (diff) | |
parent | a2f6f016c9a7e0c2a2970bed1334e3f4587f2064 (diff) | |
download | nutyx-pakxe-3d9e3c7833e17f4f2f3f57ca808bf8a001654891.tar.gz nutyx-pakxe-3d9e3c7833e17f4f2f3f57ca808bf8a001654891.tar.bz2 nutyx-pakxe-3d9e3c7833e17f4f2f3f57ca808bf8a001654891.tar.xz nutyx-pakxe-3d9e3c7833e17f4f2f3f57ca808bf8a001654891.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'extra/libatasmart/Pkgfile')
-rwxr-xr-x | extra/libatasmart/Pkgfile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/extra/libatasmart/Pkgfile b/extra/libatasmart/Pkgfile new file mode 100755 index 000000000..28a2ecf1c --- /dev/null +++ b/extra/libatasmart/Pkgfile @@ -0,0 +1,22 @@ +# Description: Librairie pour la gestion de ATA S.M.A.R.T. +# URL: http://0pointer.de/blog/projects/being-smart.html +# Maintainer: NuTyX core team +# Packager: lesibel at free dot fr +# Depends on: udev +# Run on: udev + +name=libatasmart +version=0.17 +release=1 +source=(http://0pointer.de/public/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-static + make + make DESTDIR=$PKG install +} + |