CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
npkg: initial import (verified compilation)
authorJose V Beneyto <sepen@crux.nu>
Fri, 12 Feb 2010 12:57:57 +0000 (13:57 +0100)
committerJose V Beneyto <sepen@crux.nu>
Fri, 12 Feb 2010 12:57:57 +0000 (13:57 +0100)
npkg/.footprint [new file with mode: 0644]
npkg/.md5sum [new file with mode: 0644]
npkg/Pkgfile [new file with mode: 0644]

diff --git a/npkg/.footprint b/npkg/.footprint
new file mode 100644 (file)
index 0000000..75c39be
--- /dev/null
@@ -0,0 +1,8 @@
+drwxr-xr-x     root/root       etc/
+-rw-r--r--     root/root       etc/npkg.conf
+drwxr-xr-x     root/root       usr/
+drwxr-xr-x     root/root       usr/bin/
+-rwxr-xr-x     root/root       usr/bin/npkg
+drwxr-xr-x     root/root       var/
+drwxr-xr-x     root/root       var/cache/
+drwxr-xr-x     root/root       var/cache/npkg/
diff --git a/npkg/.md5sum b/npkg/.md5sum
new file mode 100644 (file)
index 0000000..3d15a1e
--- /dev/null
@@ -0,0 +1 @@
+15aacda7e1a0d75454120b1f70ed5418  npkg-0.5.tar.bz2
diff --git a/npkg/Pkgfile b/npkg/Pkgfile
new file mode 100644 (file)
index 0000000..f379ec4
--- /dev/null
@@ -0,0 +1,16 @@
+# Description: Network abstraction layer for pkgutils
+# URL: http://mikeux.dyndns.org/
+# Maintainer: Jose V Beneyto, sepen at crux dot nu
+# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
+# Depends on: pkgutils wget grep bash gawk 
+
+name=npkg
+version=0.5
+release=1
+source=(http://mikeux.dyndns.org/releases/$name-$version.tar.bz2)
+
+build() {
+  install -d $PKG/var/cache/npkg
+  install -D -m 0755 $name-$version/$name $PKG/usr/bin/$name
+  install -D -m 0644 $name-$version/$name.conf $PKG/etc/$name.conf
+}