From c67fed668e6e35961e716e10ca9606408ccaca8a Mon Sep 17 00:00:00 2001 From: tnut Date: Thu, 17 Dec 2009 21:45:20 +0100 Subject: abook, déplacé dans base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/abook/.footprint | 13 +++++++++++++ base/abook/.md5sum | 2 ++ base/abook/Pkgfile | 20 ++++++++++++++++++++ 3 files changed, 35 insertions(+) create mode 100755 base/abook/.footprint create mode 100755 base/abook/.md5sum create mode 100755 base/abook/Pkgfile (limited to 'base/abook') diff --git a/base/abook/.footprint b/base/abook/.footprint new file mode 100755 index 000000000..e5585426d --- /dev/null +++ b/base/abook/.footprint @@ -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/base/abook/.md5sum b/base/abook/.md5sum new file mode 100755 index 000000000..0cc92bbea --- /dev/null +++ b/base/abook/.md5sum @@ -0,0 +1,2 @@ +956eeb417b337a6c838c1c625019ea00 0.5.6-01_editor +87d25df96864a7c507a4965e6d1da49d abook-0.5.6.tar.gz diff --git a/base/abook/Pkgfile b/base/abook/Pkgfile new file mode 100755 index 000000000..b290e1c62 --- /dev/null +++ b/base/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