summaryrefslogtreecommitdiffstats
path: root/base/libatasmart/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-01 22:15:54 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-01 22:15:54 +0100
commit9345b027102483ee8a6d00fd66b31cf7c5aeb562 (patch)
tree253c408cd6215d3764e65fba0a921e11ea570f65 /base/libatasmart/Pkgfile
parent90bb2d4a0f27fec76a4d8e4a71f690dac00bc03e (diff)
downloadnutyx-extra-9345b027102483ee8a6d00fd66b31cf7c5aeb562.tar.gz
nutyx-extra-9345b027102483ee8a6d00fd66b31cf7c5aeb562.tar.bz2
nutyx-extra-9345b027102483ee8a6d00fd66b31cf7c5aeb562.tar.xz
nutyx-extra-9345b027102483ee8a6d00fd66b31cf7c5aeb562.zip
libatasmart dans base pas de deps
Diffstat (limited to 'base/libatasmart/Pkgfile')
-rwxr-xr-xbase/libatasmart/Pkgfile20
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
+}
+