opt/portdbc/Pkgfile

18 lines
421 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
source=(https://github.com/sepen/portdbc/archive/v$version/$name-$version.tar.gz)
2011-07-19 11:22:59 +02:00
build() {
cd $name-$version
2021-01-30 16:39:50 +01:00
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
}