CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
wgetpaste: Initial import (verified compilation)
authorVictor Martinez <pitillo@ono.com>
Thu, 24 Dec 2009 23:58:39 +0000 (00:58 +0100)
committerVictor Martinez <pitillo@ono.com>
Thu, 24 Dec 2009 23:58:39 +0000 (00:58 +0100)
wgetpaste/.footprint [new file with mode: 0644]
wgetpaste/.md5sum [new file with mode: 0644]
wgetpaste/Pkgfile [new file with mode: 0644]

diff --git a/wgetpaste/.footprint b/wgetpaste/.footprint
new file mode 100644 (file)
index 0000000..e184b92
--- /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/wgetpaste
diff --git a/wgetpaste/.md5sum b/wgetpaste/.md5sum
new file mode 100644 (file)
index 0000000..2e96922
--- /dev/null
@@ -0,0 +1 @@
+a341c778d745b0a7ad11163a4a2c1ea9  wgetpaste-2.13.tar.bz2
diff --git a/wgetpaste/Pkgfile b/wgetpaste/Pkgfile
new file mode 100644 (file)
index 0000000..90699e3
--- /dev/null
@@ -0,0 +1,18 @@
+# Description: Pipe commands to paste to a site.
+# URL: http://wgetpaste.zlin.dk/
+# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
+# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
+# Depends on: bash
+
+name=wgetpaste
+version=2.13
+release=1
+source=(http://wgetpaste.zlin.dk/$name-$version.tar.bz2)
+
+build() {
+  # adjust including files as per http://wgetpaste.zlin.dk/inst.bash
+  cd $name-$version
+  install -d $PKG/usr/bin
+  cat $name _$name > $PKG/usr/bin/$name
+  chmod +x $PKG/usr/bin/$name
+}