summaryrefslogtreecommitdiffstats
path: root/extra/abook
diff options
context:
space:
mode:
Diffstat (limited to 'extra/abook')
-rwxr-xr-xextra/abook/.footprint.i68613
-rwxr-xr-xextra/abook/.footprint.x86_6413
-rwxr-xr-xextra/abook/.md5sum.i6862
-rwxr-xr-xextra/abook/.md5sum.x86_642
-rwxr-xr-xextra/abook/Pkgfile20
5 files changed, 0 insertions, 50 deletions
diff --git a/extra/abook/.footprint.i686 b/extra/abook/.footprint.i686
deleted file mode 100755
index e5585426d..000000000
--- a/extra/abook/.footprint.i686
+++ /dev/null
@@ -1,13 +0,0 @@
-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/extra/abook/.footprint.x86_64 b/extra/abook/.footprint.x86_64
deleted file mode 100755
index e5585426d..000000000
--- a/extra/abook/.footprint.x86_64
+++ /dev/null
@@ -1,13 +0,0 @@
-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/extra/abook/.md5sum.i686 b/extra/abook/.md5sum.i686
deleted file mode 100755
index 0cc92bbea..000000000
--- a/extra/abook/.md5sum.i686
+++ /dev/null
@@ -1,2 +0,0 @@
-956eeb417b337a6c838c1c625019ea00 0.5.6-01_editor
-87d25df96864a7c507a4965e6d1da49d abook-0.5.6.tar.gz
diff --git a/extra/abook/.md5sum.x86_64 b/extra/abook/.md5sum.x86_64
deleted file mode 100755
index 0cc92bbea..000000000
--- a/extra/abook/.md5sum.x86_64
+++ /dev/null
@@ -1,2 +0,0 @@
-956eeb417b337a6c838c1c625019ea00 0.5.6-01_editor
-87d25df96864a7c507a4965e6d1da49d abook-0.5.6.tar.gz
diff --git a/extra/abook/Pkgfile b/extra/abook/Pkgfile
deleted file mode 100755
index b290e1c62..000000000
--- a/extra/abook/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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
-}