1
0
forked from ports/contrib

abook: dropped

This commit is contained in:
Juergen Daubert 2012-10-18 14:44:57 +02:00
parent b7a08c156c
commit dd95a2746a
3 changed files with 0 additions and 26 deletions

View File

@ -1,8 +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/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/abook.1.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/abookrc.5.gz

View File

@ -1 +0,0 @@
1e4a7210b3507db7b3d47ee7a2457934 abook-0.6.0pre2.tar.gz

View File

@ -1,17 +0,0 @@
# Description: Text-based addressbook program designed to use with mutt.
# URL: http://abook.sourceforge.net/
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
# Packager: James Mills, prologic at shortcircuit dot net dot au
name=abook
version=0.6.0pre2
release=1
source=(http://$name.sourceforge.net/devel/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/
}