CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
portdbc: initial import (verified compilation).
authorVictor Martinez <pitillo@ono.com>
Thu, 23 Sep 2010 09:22:12 +0000 (09:22 +0000)
committerVictor Martinez <pitillo@ono.com>
Thu, 23 Sep 2010 09:22:12 +0000 (09:22 +0000)
portdbc/.footprint [new file with mode: 0644]
portdbc/.md5sum [new file with mode: 0644]
portdbc/Pkgfile [new file with mode: 0644]

diff --git a/portdbc/.footprint b/portdbc/.footprint
new file mode 100644 (file)
index 0000000..aaebfaa
--- /dev/null
@@ -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 (file)
index 0000000..fe76701
--- /dev/null
@@ -0,0 +1 @@
+170c82e64c52b522063c2e2d7e4f3da8  portdbc-1.0.tar.bz2
diff --git a/portdbc/Pkgfile b/portdbc/Pkgfile
new file mode 100644 (file)
index 0000000..aff0abb
--- /dev/null
@@ -0,0 +1,17 @@
+# Description: CRUX's portdb command line client
+# URL: NA
+# Maintainer: Jose V Beneyto, sepen at crux dot nu 
+# Packager: Jose V Beneyto, sepen at crux dot nu 
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
+# Depends on: curl libxml2
+
+name=portdbc
+version=1.0
+release=1
+source=(http://sepen.mine.nu/releases/$name-$version.tar.bz2)
+
+build() {
+  cd $name-$version
+  install -d $PKG/usr/bin 
+  $CC -I$CLFS/usr/include -I$CLFS/usr/include/libxml2 -L$CLFS/usr/lib -lcurl -lxml2 -lz -lm -o $PKG/usr/bin/$name $name.c
+}