summaryrefslogtreecommitdiffstats
path: root/extra/wgetpaste/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-19 00:00:34 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-19 00:00:34 +0100
commit3d85319cad087118bc662827fc7900fafc2a9f49 (patch)
treecb68600a8d61250cddb3288d81b07811dff172f3 /extra/wgetpaste/Pkgfile
parent0d1edb4f56d7c710e2b8880d0f39bef43c25ecd7 (diff)
parent7aff0a278510899662ca67da198f711c26f6d12c (diff)
downloadnutyx-pakxe-3d85319cad087118bc662827fc7900fafc2a9f49.tar.gz
nutyx-pakxe-3d85319cad087118bc662827fc7900fafc2a9f49.tar.bz2
nutyx-pakxe-3d85319cad087118bc662827fc7900fafc2a9f49.tar.xz
nutyx-pakxe-3d85319cad087118bc662827fc7900fafc2a9f49.zip
Merge remote branch 'blanko/master'
Diffstat (limited to 'extra/wgetpaste/Pkgfile')
-rw-r--r--extra/wgetpaste/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/extra/wgetpaste/Pkgfile b/extra/wgetpaste/Pkgfile
new file mode 100644
index 000000000..422834297
--- /dev/null
+++ b/extra/wgetpaste/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Commande pour envoyer du contenu texte sur un site 'pastebin'
+# URL: http://wgetpaste.zlin.dk/
+# Packager: Danny Rawlins <monster dot romster at gmail dot com>
+# Maintainer: Blankoworld <blankoworld at wanadoo dot com>
+
+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 wgetpaste _wgetpaste > $PKG/usr/bin/wgetpaste
+ chmod +x $PKG/usr/bin/wgetpaste
+}