summaryrefslogtreecommitdiffstats
path: root/extra
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
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 'extra')
-rw-r--r--extra/libatasmart/.footprint20
-rw-r--r--extra/libatasmart/.md5sum1
-rwxr-xr-xextra/libatasmart/Pkgfile22
3 files changed, 0 insertions, 43 deletions
diff --git a/extra/libatasmart/.footprint b/extra/libatasmart/.footprint
deleted file mode 100644
index e840e70ef..000000000
--- a/extra/libatasmart/.footprint
+++ /dev/null
@@ -1,20 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/include/
--rw-r--r-- root/root usr/include/atasmart.h
-drwxr-xr-x root/root usr/lib/
--rwxr-xr-x root/root usr/lib/libatasmart.la
-lrwxrwxrwx root/root usr/lib/libatasmart.so -> libatasmart.so.4.0.3
-lrwxrwxrwx root/root usr/lib/libatasmart.so.4 -> libatasmart.so.4.0.3
--rwxr-xr-x root/root usr/lib/libatasmart.so.4.0.3
-drwxr-xr-x root/root usr/lib/pkgconfig/
--rw-r--r-- root/root usr/lib/pkgconfig/libatasmart.pc
-drwxr-xr-x root/root usr/sbin/
--rwxr-xr-x root/root usr/sbin/skdump
--rwxr-xr-x root/root usr/sbin/sktest
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/doc/
-drwxr-xr-x root/root usr/share/doc/libatasmart/
--rw-r--r-- root/root usr/share/doc/libatasmart/README
-drwxr-xr-x root/root usr/share/vala/
-drwxr-xr-x root/root usr/share/vala/vapi/
--rw-r--r-- root/root usr/share/vala/vapi/atasmart.vapi
diff --git a/extra/libatasmart/.md5sum b/extra/libatasmart/.md5sum
deleted file mode 100644
index ddf9a2319..000000000
--- a/extra/libatasmart/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-dc36cadbbb7fa38f8af175713eda1a21 libatasmart-0.17.tar.gz
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
-}
-