summaryrefslogtreecommitdiffstats
path: root/extra/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 /extra/libatasmart/Pkgfile
parent90bb2d4a0f27fec76a4d8e4a71f690dac00bc03e (diff)
downloadnutyx-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 'extra/libatasmart/Pkgfile')
-rwxr-xr-xextra/libatasmart/Pkgfile22
1 files changed, 0 insertions, 22 deletions
diff --git a/extra/libatasmart/Pkgfile b/extra/libatasmart/Pkgfile
deleted file mode 100755
index 28a2ecf1c..000000000
--- a/extra/libatasmart/Pkgfile
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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
-}
-