blob: f746cc42534d47700747db45dd6f9bb5c64b2fb2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Converted from Sepen's Crux's repository by Lukc.
description="CRUX's portdb command line client."
url=NA
maintainer="Jose V Beneyto (SMTP: sepen AT crux DOT nu)"
packager="Jose V Beneyto (SMTP: sepen AT crux DOT nu)"
depends=(curl libxml2)
name=portdbc
version=1.0
release=1
source=(http://sepen.mine.nu/releases/$name-$version.tar.bz2)
build() {
cd $name-$version
make
make DESTDIR=$PKG install
}
|