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
2014-11-19 08:01:18 +01:00
# URL: http://sepen.mooo.com/releases/
2011-07-19 11:22:59 +02:00
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Jose V Beneyto, sepen at crux dot nu
# Depends on: curl libxml2
name=portdbc
version=1.1
release=4
source=(https://crux.nu/files/$name-$version.tar.bz2 follow_redirect_302.patch)
2011-07-19 11:22:59 +02:00
build() {
cd $name-$version
patch -p1 < $SRC/follow_redirect_302.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
}