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
2014-11-19 08:01:18 +01:00
# URL: http://sepen.mooo.com/releases/
2018-02-12 23:58:31 +01:00
# 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
}