CRUX-ARM : Home

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

diff --git a/xjobs/.footprint b/xjobs/.footprint
new file mode 100644 (file)
index 0000000..fcaa153
--- /dev/null
@@ -0,0 +1,6 @@
+drwxr-xr-x     root/root       usr/
+drwxr-xr-x     root/root       usr/bin/
+-rwxr-xr-x     root/root       usr/bin/xjobs
+drwxr-xr-x     root/root       usr/man/
+drwxr-xr-x     root/root       usr/man/man1/
+-rwxr-xr-x     root/root       usr/man/man1/xjobs.1.gz
diff --git a/xjobs/.md5sum b/xjobs/.md5sum
new file mode 100644 (file)
index 0000000..4112008
--- /dev/null
@@ -0,0 +1 @@
+df9310c060a4b8c467e240495ad495b8  xjobs-20100915.tgz
diff --git a/xjobs/Pkgfile b/xjobs/Pkgfile
new file mode 100644 (file)
index 0000000..72d40b8
--- /dev/null
@@ -0,0 +1,19 @@
+# Description: Tool to execute jobs in paralell (enhanced xargs)
+# URL: http://www.maier-komor.de/xjobs.html
+# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
+
+name=xjobs
+version=20100915
+release=1
+source=(http://www.maier-komor.de/$name/$name-$version.tgz)
+
+build () {
+  cd $name-$version
+  ./configure --build=$CHOST \
+              --host=$CTARGET \
+              --prefix=/usr \
+              --mandir=/usr/man
+  make
+  make DESTDIR=$PKG install
+}