summaryrefslogtreecommitdiffstats
path: root/base/libatasmart/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:25:02 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:25:02 +0200
commitcf1800c7aea21cbb07a584afdfa9a8f5b4972978 (patch)
tree085e50f609dacbd2a6942437989451ceca519237 /base/libatasmart/Pkgfile
parent4ed7fa25be4a7368ee6da98ea6fd7daa34ac2260 (diff)
downloadnutyx-extra-cf1800c7aea21cbb07a584afdfa9a8f5b4972978.tar.gz
nutyx-extra-cf1800c7aea21cbb07a584afdfa9a8f5b4972978.tar.bz2
nutyx-extra-cf1800c7aea21cbb07a584afdfa9a8f5b4972978.tar.xz
nutyx-extra-cf1800c7aea21cbb07a584afdfa9a8f5b4972978.zip
libatasmart dans extra
Diffstat (limited to 'base/libatasmart/Pkgfile')
-rwxr-xr-xbase/libatasmart/Pkgfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/base/libatasmart/Pkgfile b/base/libatasmart/Pkgfile
deleted file mode 100755
index 23e794241..000000000
--- a/base/libatasmart/Pkgfile
+++ /dev/null
@@ -1,20 +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
-
-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
-}
-