summaryrefslogtreecommitdiffstats
path: root/abook
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /abook
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'abook')
-rwxr-xr-xabook/.footprint.i68613
-rwxr-xr-xabook/.footprint.x86_6413
-rwxr-xr-xabook/.md5sum.i6862
-rwxr-xr-xabook/.md5sum.x86_642
-rwxr-xr-xabook/Pkgfile20
5 files changed, 50 insertions, 0 deletions
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
+}