summaryrefslogtreecommitdiffstats
path: root/base/abook
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-17 21:45:20 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-17 21:45:20 +0100
commitc67fed668e6e35961e716e10ca9606408ccaca8a (patch)
treef4506ac67d2c4dc14353f4a706a5a1e951cb2639 /base/abook
parentbeb47d3f1fe5e73929d42ec1490acdf85eb6b0b8 (diff)
downloadnutyx-pakxe-c67fed668e6e35961e716e10ca9606408ccaca8a.tar.gz
nutyx-pakxe-c67fed668e6e35961e716e10ca9606408ccaca8a.tar.bz2
nutyx-pakxe-c67fed668e6e35961e716e10ca9606408ccaca8a.tar.xz
nutyx-pakxe-c67fed668e6e35961e716e10ca9606408ccaca8a.zip
abook, déplacé dans base
Diffstat (limited to 'base/abook')
-rwxr-xr-xbase/abook/.footprint13
-rwxr-xr-xbase/abook/.md5sum2
-rwxr-xr-xbase/abook/Pkgfile20
3 files changed, 35 insertions, 0 deletions
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
+}