opt/portdbc/Pkgfile

18 lines
400 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
# Maintainer: Fredrik Rinnestam, fredrik at crux dot guru
2011-07-19 11:22:59 +02:00
# Depends on: curl libxml2
name=portdbc
version=1.1
2017-07-09 17:44:27 +02:00
release=5
source=(https://crux.nu/files/$name-$version.tar.bz2 fixups.patch)
2011-07-19 11:22:59 +02:00
build() {
cd $name-$version
2017-07-09 17:44:27 +02:00
patch -p1 < $SRC/fixups.patch
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
}