summaryrefslogtreecommitdiffstats
path: root/base/tar
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-07 14:16:46 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-07 14:16:46 +0200
commitcdfc7e29e85ff5605a7674deb176f57258f37590 (patch)
treef78bb92961ebb94ad5ac5bc9f0684e0d2708fe09 /base/tar
parentd52ca1c7ced65fcb7cb0e1a2309a8047a506df10 (diff)
downloadnutyx-pakxe-cdfc7e29e85ff5605a7674deb176f57258f37590.tar.gz
nutyx-pakxe-cdfc7e29e85ff5605a7674deb176f57258f37590.tar.bz2
nutyx-pakxe-cdfc7e29e85ff5605a7674deb176f57258f37590.tar.xz
nutyx-pakxe-cdfc7e29e85ff5605a7674deb176f57258f37590.zip
Ajout de tar#1.22-1
Diffstat (limited to 'base/tar')
-rw-r--r--base/tar/.footprint14
-rw-r--r--base/tar/.md5sum1
-rwxr-xr-xbase/tar/Pkgfile22
3 files changed, 37 insertions, 0 deletions
diff --git a/base/tar/.footprint b/base/tar/.footprint
new file mode 100644
index 000000000..d82cf685b
--- /dev/null
+++ b/base/tar/.footprint
@@ -0,0 +1,14 @@
+drwxr-xr-x root/root bin/
+-rwxr-xr-x root/root bin/tar
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/sbin/
+-rwxr-xr-x root/root usr/sbin/rmt
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/info/
+-rw-r--r-- root/root usr/share/info/tar.info-1.gz
+-rw-r--r-- root/root usr/share/info/tar.info-2.gz
+-rw-r--r-- root/root usr/share/info/tar.info.gz
+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/tar.mo
diff --git a/base/tar/.md5sum b/base/tar/.md5sum
new file mode 100644
index 000000000..abbfe0d5f
--- /dev/null
+++ b/base/tar/.md5sum
@@ -0,0 +1 @@
+07fa517027f426bb80f5f5ff91b63585 tar-1.22.tar.bz2
diff --git a/base/tar/Pkgfile b/base/tar/Pkgfile
new file mode 100755
index 000000000..6ca044fe2
--- /dev/null
+++ b/base/tar/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Le programme de sauvegarde de GNU
+# URL: http://www.gnu.org/software/tar/tar.html
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on:
+
+name=tar
+version=1.22
+release=1
+source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
+
+build() {
+cd $name-$version
+./configure --prefix=/usr \
+ --bindir=/bin \
+ --libexecdir=/usr/sbin
+make
+make DESTDIR=$PKG install
+if [ -f $PKG/usr/share/info/dir ]; then
+ rm $PKG/usr/share/info/dir
+fi
+}