summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-11-07 17:38:37 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-11-07 17:38:37 +0100
commit96f1b1507da683a9d05b8c4e902784841cfb6c36 (patch)
treef26dd545084957ee895c39e000ac43cc1beefd32 /base
parenta40982d794f3ded6b8f94a13a694cf6eba1cc058 (diff)
downloadnutyx-pakxe-96f1b1507da683a9d05b8c4e902784841cfb6c36.tar.gz
nutyx-pakxe-96f1b1507da683a9d05b8c4e902784841cfb6c36.tar.bz2
nutyx-pakxe-96f1b1507da683a9d05b8c4e902784841cfb6c36.tar.xz
nutyx-pakxe-96f1b1507da683a9d05b8c4e902784841cfb6c36.zip
Ajout de attr#2.4.44-1
Diffstat (limited to 'base')
-rw-r--r--base/attr/.footprint48
-rw-r--r--base/attr/.md5sum1
-rw-r--r--base/attr/Pkgfile27
3 files changed, 76 insertions, 0 deletions
diff --git a/base/attr/.footprint b/base/attr/.footprint
new file mode 100644
index 000000000..147309fc7
--- /dev/null
+++ b/base/attr/.footprint
@@ -0,0 +1,48 @@
+drwxr-xr-x root/root lib/
+lrwxrwxrwx root/root lib/libattr.so -> libattr.so.1
+lrwxrwxrwx root/root lib/libattr.so.1 -> libattr.so.1.1.0
+-rw-r--r-- root/root lib/libattr.so.1.1.0
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/attr
+-rwxr-xr-x root/root usr/bin/getfattr
+-rwxr-xr-x root/root usr/bin/setfattr
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/attr/
+-rw-r--r-- root/root usr/include/attr/attributes.h
+-rw-r--r-- root/root usr/include/attr/error_context.h
+-rw-r--r-- root/root usr/include/attr/libattr.h
+-rw-r--r-- root/root usr/include/attr/xattr.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libattr.a
+-rw-r--r-- root/root usr/lib/libattr.la
+lrwxrwxrwx root/root usr/lib/libattr.so -> ../../lib/libattr.so.1
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/doc/
+drwxr-xr-x root/root usr/share/doc/attr/
+-rw-r--r-- root/root usr/share/doc/attr/CHANGES.gz
+-rw-r--r-- root/root usr/share/doc/attr/COPYING
+-rw-r--r-- root/root usr/share/doc/attr/PORTING
+-rw-r--r-- root/root usr/share/doc/attr/README
+drwxr-xr-x root/root usr/share/locale/
+drwxr-xr-x root/root usr/share/locale/fr/
+drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
+-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/attr.mo
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/attr.1.gz
+-rw-r--r-- root/root usr/share/man/man1/getfattr.1.gz
+-rw-r--r-- root/root usr/share/man/man1/setfattr.1.gz
+drwxr-xr-x root/root usr/share/man/man3/
+-rw-r--r-- root/root usr/share/man/man3/attr_get.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/attr_getf.3.gz -> attr_get.3.gz
+-rw-r--r-- root/root usr/share/man/man3/attr_list.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/attr_listf.3.gz -> attr_list.3.gz
+-rw-r--r-- root/root usr/share/man/man3/attr_multi.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/attr_multif.3.gz -> attr_multi.3.gz
+-rw-r--r-- root/root usr/share/man/man3/attr_remove.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/attr_removef.3.gz -> attr_remove.3.gz
+-rw-r--r-- root/root usr/share/man/man3/attr_set.3.gz
+lrwxrwxrwx root/root usr/share/man/man3/attr_setf.3.gz -> attr_set.3.gz
+drwxr-xr-x root/root usr/share/man/man5/
+-rw-r--r-- root/root usr/share/man/man5/attr.5.gz
diff --git a/base/attr/.md5sum b/base/attr/.md5sum
new file mode 100644
index 000000000..ed4b8d956
--- /dev/null
+++ b/base/attr/.md5sum
@@ -0,0 +1 @@
+adeefe65c5ad1febe46da185c5bfd5d4 attr-2.4.44.src.tar.gz
diff --git a/base/attr/Pkgfile b/base/attr/Pkgfile
new file mode 100644
index 000000000..afcc04a65
--- /dev/null
+++ b/base/attr/Pkgfile
@@ -0,0 +1,27 @@
+# Description: Attributs étendus pour le support de la librairie ACL
+# URL: http://oss.sgi.com/projects/xfs/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: attr
+
+name=attr
+version=2.4.44
+release=1
+source=(ftp://oss.sgi.com/projects/xfs/cmd_tars/attr-$version.src.tar.gz)
+
+build() {
+cd attr-$version
+autoconf
+./configure --prefix=/usr
+sed -i -e 's/man2//g' man/Makefile
+make
+make prefix=$PKG/usr install install-lib install-dev
+
+cd $PKG
+
+mkdir lib
+mv -v usr/lib/libattr.so* lib/
+ln -sv ../../lib/libattr.so.1 usr/lib/libattr.so
+mv -v usr/libexec/libattr.{a,la} usr/lib/
+rm -r usr/libexec
+}