diff options
Diffstat (limited to 'extra/abook')
-rwxr-xr-x | extra/abook/.footprint | 13 | ||||
-rwxr-xr-x | extra/abook/.md5sum | 2 | ||||
-rwxr-xr-x | extra/abook/Pkgfile | 20 |
3 files changed, 0 insertions, 35 deletions
diff --git a/extra/abook/.footprint b/extra/abook/.footprint deleted file mode 100755 index e5585426d..000000000 --- a/extra/abook/.footprint +++ /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 b/extra/abook/.md5sum deleted file mode 100755 index 0cc92bbea..000000000 --- a/extra/abook/.md5sum +++ /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 f81b0d073..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: fred.galusik at gmail dot com -# Depends on: readline, ncurses - -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 -} |