From 11d5f4f5e1d8bdf338ca9efbf6df88f75ce6f344 Mon Sep 17 00:00:00 2001 From: Lukc Date: Thu, 9 Sep 2010 07:33:40 +0000 Subject: portdbc port added. --- portdbc/.footprint | 3 +++ portdbc/.md5sum | 1 + portdbc/.sha256sum | 1 + portdbc/Pkgfile | 18 ++++++++++++++++++ 4 files changed, 23 insertions(+) create mode 100644 portdbc/.footprint create mode 100644 portdbc/.md5sum create mode 100644 portdbc/.sha256sum create mode 100644 portdbc/Pkgfile diff --git a/portdbc/.footprint b/portdbc/.footprint new file mode 100644 index 0000000..aaebfaa --- /dev/null +++ b/portdbc/.footprint @@ -0,0 +1,3 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/portdbc diff --git a/portdbc/.md5sum b/portdbc/.md5sum new file mode 100644 index 0000000..fe76701 --- /dev/null +++ b/portdbc/.md5sum @@ -0,0 +1 @@ +170c82e64c52b522063c2e2d7e4f3da8 portdbc-1.0.tar.bz2 diff --git a/portdbc/.sha256sum b/portdbc/.sha256sum new file mode 100644 index 0000000..32aaf61 --- /dev/null +++ b/portdbc/.sha256sum @@ -0,0 +1 @@ +cbb5d6bffb2d5b913695a171dd3b1ca2463315f99c786564223fbf61f3e17569 portdbc-1.0.tar.bz2 diff --git a/portdbc/Pkgfile b/portdbc/Pkgfile new file mode 100644 index 0000000..f746cc4 --- /dev/null +++ b/portdbc/Pkgfile @@ -0,0 +1,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 +} -- cgit v1.2.3-54-g00ecf