summaryrefslogtreecommitdiffstats
path: root/extra/libatasmart/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-01-27 12:28:26 +0100
committertnut <thierryn1 at hispeed dot ch>2011-01-27 12:28:26 +0100
commit3d9e3c7833e17f4f2f3f57ca808bf8a001654891 (patch)
treeef2089981253665ebacf8d3b5058ffe27a298afb /extra/libatasmart/Pkgfile
parent000d0996fc1ff477e25f66f1ac0f928cf94554b6 (diff)
parenta2f6f016c9a7e0c2a2970bed1334e3f4587f2064 (diff)
downloadnutyx-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-xextra/libatasmart/Pkgfile22
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
+}
+