diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-01 22:15:54 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-01 22:15:54 +0100 |
commit | 9345b027102483ee8a6d00fd66b31cf7c5aeb562 (patch) | |
tree | 253c408cd6215d3764e65fba0a921e11ea570f65 /base/libatasmart/Pkgfile | |
parent | 90bb2d4a0f27fec76a4d8e4a71f690dac00bc03e (diff) | |
download | nutyx-pakxe-9345b027102483ee8a6d00fd66b31cf7c5aeb562.tar.gz nutyx-pakxe-9345b027102483ee8a6d00fd66b31cf7c5aeb562.tar.bz2 nutyx-pakxe-9345b027102483ee8a6d00fd66b31cf7c5aeb562.tar.xz nutyx-pakxe-9345b027102483ee8a6d00fd66b31cf7c5aeb562.zip |
libatasmart dans base pas de deps
Diffstat (limited to 'base/libatasmart/Pkgfile')
-rwxr-xr-x | base/libatasmart/Pkgfile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/base/libatasmart/Pkgfile b/base/libatasmart/Pkgfile new file mode 100755 index 000000000..23e794241 --- /dev/null +++ b/base/libatasmart/Pkgfile @@ -0,0 +1,20 @@ +# 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 + +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 +} + |