summaryrefslogtreecommitdiffstats
path: root/portdbc/Pkgfile
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-09-09 07:33:40 +0000
committerLukc <lukc@upyum.com>2010-09-09 07:33:40 +0000
commit11d5f4f5e1d8bdf338ca9efbf6df88f75ce6f344 (patch)
tree7deea6a14f3963b52aabb266e8312ac8ed603a98 /portdbc/Pkgfile
parent1a7656d24b1713f33836a9607e9c63731f8f802d (diff)
downloadports-11d5f4f5e1d8bdf338ca9efbf6df88f75ce6f344.tar.gz
ports-11d5f4f5e1d8bdf338ca9efbf6df88f75ce6f344.tar.bz2
ports-11d5f4f5e1d8bdf338ca9efbf6df88f75ce6f344.tar.xz
ports-11d5f4f5e1d8bdf338ca9efbf6df88f75ce6f344.zip
portdbc port added.
Diffstat (limited to 'portdbc/Pkgfile')
-rw-r--r--portdbc/Pkgfile18
1 files changed, 18 insertions, 0 deletions
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
+}