From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- abook/.footprint.i686 | 13 +++++++++++++ abook/.footprint.x86_64 | 13 +++++++++++++ abook/.md5sum.i686 | 2 ++ abook/.md5sum.x86_64 | 2 ++ abook/Pkgfile | 20 ++++++++++++++++++++ 5 files changed, 50 insertions(+) create mode 100755 abook/.footprint.i686 create mode 100755 abook/.footprint.x86_64 create mode 100755 abook/.md5sum.i686 create mode 100755 abook/.md5sum.x86_64 create mode 100755 abook/Pkgfile (limited to 'abook') diff --git a/abook/.footprint.i686 b/abook/.footprint.i686 new file mode 100755 index 000000000..e5585426d --- /dev/null +++ b/abook/.footprint.i686 @@ -0,0 +1,13 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/abook +drwxr-xr-x root/root usr/share/ +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/abook.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/abook.1.gz +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/abookrc.5.gz diff --git a/abook/.footprint.x86_64 b/abook/.footprint.x86_64 new file mode 100755 index 000000000..e5585426d --- /dev/null +++ b/abook/.footprint.x86_64 @@ -0,0 +1,13 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/abook +drwxr-xr-x root/root usr/share/ +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/abook.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/abook.1.gz +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/abookrc.5.gz diff --git a/abook/.md5sum.i686 b/abook/.md5sum.i686 new file mode 100755 index 000000000..0cc92bbea --- /dev/null +++ b/abook/.md5sum.i686 @@ -0,0 +1,2 @@ +956eeb417b337a6c838c1c625019ea00 0.5.6-01_editor +87d25df96864a7c507a4965e6d1da49d abook-0.5.6.tar.gz diff --git a/abook/.md5sum.x86_64 b/abook/.md5sum.x86_64 new file mode 100755 index 000000000..0cc92bbea --- /dev/null +++ b/abook/.md5sum.x86_64 @@ -0,0 +1,2 @@ +956eeb417b337a6c838c1c625019ea00 0.5.6-01_editor +87d25df96864a7c507a4965e6d1da49d abook-0.5.6.tar.gz diff --git a/abook/Pkgfile b/abook/Pkgfile new file mode 100755 index 000000000..b290e1c62 --- /dev/null +++ b/abook/Pkgfile @@ -0,0 +1,20 @@ +# Description: Carnet d'adresses en mode texte +# URL: http://abook.sourceforge.net/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: + +name=abook +version=0.5.6 +release=1 +source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz \ +http://abook.sourceforge.net/patches/0.5.6-01_editor) + +build() { +cd $name-$version +patch -p0 < ../0.5.6-01_editor + ./configure --prefix=/usr \ + --mandir=/usr/share/man + make + make DESTDIR=$PKG install +} -- cgit v1.2.3-54-g00ecf