From 9291e062cb24bac5d7c7059d4dc64669c1917b33 Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:12:28 +0100 Subject: aaabasicfs 2011-3 et split des dépot base et extra en 2 git séparé MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- diffutils/.footprint.i686 | 19 +++++++++++++++++++ diffutils/.footprint.x86_64 | 19 +++++++++++++++++++ diffutils/.md5sum.i686 | 1 + diffutils/.md5sum.x86_64 | 1 + diffutils/Pkgfile | 21 +++++++++++++++++++++ 5 files changed, 61 insertions(+) create mode 100644 diffutils/.footprint.i686 create mode 100644 diffutils/.footprint.x86_64 create mode 100644 diffutils/.md5sum.i686 create mode 100644 diffutils/.md5sum.x86_64 create mode 100755 diffutils/Pkgfile (limited to 'diffutils') diff --git a/diffutils/.footprint.i686 b/diffutils/.footprint.i686 new file mode 100644 index 000000000..cf93cfc51 --- /dev/null +++ b/diffutils/.footprint.i686 @@ -0,0 +1,19 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/cmp +-rwxr-xr-x root/root usr/bin/diff +-rwxr-xr-x root/root usr/bin/diff3 +-rwxr-xr-x root/root usr/bin/sdiff +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/info/ +-rw-r--r-- root/root usr/share/info/diffutils.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/diffutils.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/cmp.1.gz +-rw-r--r-- root/root usr/share/man/man1/diff.1.gz +-rw-r--r-- root/root usr/share/man/man1/diff3.1.gz +-rw-r--r-- root/root usr/share/man/man1/sdiff.1.gz diff --git a/diffutils/.footprint.x86_64 b/diffutils/.footprint.x86_64 new file mode 100644 index 000000000..cf93cfc51 --- /dev/null +++ b/diffutils/.footprint.x86_64 @@ -0,0 +1,19 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/cmp +-rwxr-xr-x root/root usr/bin/diff +-rwxr-xr-x root/root usr/bin/diff3 +-rwxr-xr-x root/root usr/bin/sdiff +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/info/ +-rw-r--r-- root/root usr/share/info/diffutils.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/diffutils.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/cmp.1.gz +-rw-r--r-- root/root usr/share/man/man1/diff.1.gz +-rw-r--r-- root/root usr/share/man/man1/diff3.1.gz +-rw-r--r-- root/root usr/share/man/man1/sdiff.1.gz diff --git a/diffutils/.md5sum.i686 b/diffutils/.md5sum.i686 new file mode 100644 index 000000000..0de265247 --- /dev/null +++ b/diffutils/.md5sum.i686 @@ -0,0 +1 @@ +26ff64c332429c830c154be46b393382 diffutils-3.2.tar.xz diff --git a/diffutils/.md5sum.x86_64 b/diffutils/.md5sum.x86_64 new file mode 100644 index 000000000..0de265247 --- /dev/null +++ b/diffutils/.md5sum.x86_64 @@ -0,0 +1 @@ +26ff64c332429c830c154be46b393382 diffutils-3.2.tar.xz diff --git a/diffutils/Pkgfile b/diffutils/Pkgfile new file mode 100755 index 000000000..d12c595a6 --- /dev/null +++ b/diffutils/Pkgfile @@ -0,0 +1,21 @@ +# Description: Programmes permettant de montrer la différence entre fichiers ou répertoires +# URL: http://www.gnu.org/software/diffutils/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch + +name=diffutils +version=3.2 +release=1 +source=( http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man + make + make DESTDIR=$PKG install + if [ -f $PKG/usr/share/info/dir ]; then + rm $PKG/usr/share/info/dir + fi +} -- cgit v1.2.3-54-g00ecf