opt/portdbc/Pkgfile

19 lines
469 B
Plaintext
Raw Normal View History

2011-07-19 11:22:59 +02:00
# Description: CRUX's portdb command line client
2020-06-24 23:23:06 +02:00
# URL: https://github.com/sepen/portdbc
2021-01-30 16:39:50 +01:00
# Maintainer: Tim Biermann, tbier at posteo dot de
2011-07-19 11:22:59 +02:00
# Depends on: curl libxml2
name=portdbc
2021-01-30 16:39:50 +01:00
version=1.2
release=1
_commit=ba7ff2c4189b12b020c9e7a4a054c6721692afc0
source=(https://github.com/sepen/portdbc/archive/$_commit/$name-$version.tar.gz)
2011-07-19 11:22:59 +02:00
build() {
2021-01-30 16:39:50 +01:00
cd $name-$_commit
autoreconf -fvi
./configure --prefix=/usr
2011-07-19 11:22:59 +02:00
make
2016-04-12 16:45:31 +02:00
make DESTDIR=$PKG MANDIR=/usr/share/man install
2011-07-19 11:22:59 +02:00
}