abook: 0.5.6

This commit is contained in:
Daniel Azevedo 2024-10-01 14:01:14 +01:00
parent 73c9bc5685
commit a36a33de4d
4 changed files with 26 additions and 0 deletions

1
abook/.footprint Normal file
View file

@ -0,0 +1 @@
drwxr-xr-x root/root usr/

1
abook/.md5sum Normal file
View file

@ -0,0 +1 @@
87d25df96864a7c507a4965e6d1da49d abook-0.5.6.tar.gz

5
abook/.signature Normal file
View file

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/d77crux.pub
RWT0dvMs3lAWkNlMqUF4H6d6/kQrqLrXV0V+jRMAOVFd8njXB/okmAMyxcOEixmkfsYNoo5iVcho2Km8qQeLOmwZ/egOZBDPJwQ=
SHA256 (Pkgfile) = 63d2c2fe49349d69d4cec22c04e947ae74011e2c564f4239fb27274b80dc7f86
SHA256 (.footprint) = 98717503ab79c564fcf2a7de760659c3ada583411e2b81c48cc1c3457e7a288b
SHA256 (abook-0.5.6.tar.gz) = 0646f6311a94ad3341812a4de12a5a940a7a44d5cb6e9da5b0930aae9f44756e

19
abook/Pkgfile Normal file
View file

@ -0,0 +1,19 @@
# Description: Abook is a text-based addressbook program designed to use with mutt mail client.
# URL: https://abook.sourceforge.io/
# Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
# Depends on:
name=abook
version=0.5.6
release=2
source=(https://master.dl.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --program-prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/local/
}