summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/community/nzbperl
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-02-05 04:15:07 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-02-05 04:15:07 (GMT)
commit4375c7a63a2a702620f8c755843db4c41b1878ce (patch)
tree242778af275a6e2b44ac04078503e19f4a112922 /abs/extra-testing/community/nzbperl
parent7b79ae29153ab199c26f795302c21c611a41586c (diff)
downloadlinhes_pkgbuild-4375c7a63a2a702620f8c755843db4c41b1878ce.zip
linhes_pkgbuild-4375c7a63a2a702620f8c755843db4c41b1878ce.tar.gz
linhes_pkgbuild-4375c7a63a2a702620f8c755843db4c41b1878ce.tar.bz2
Initial inclusion into community.
Diffstat (limited to 'abs/extra-testing/community/nzbperl')
-rwxr-xr-xabs/extra-testing/community/nzbperl/PKGBUILD16
1 files changed, 16 insertions, 0 deletions
diff --git a/abs/extra-testing/community/nzbperl/PKGBUILD b/abs/extra-testing/community/nzbperl/PKGBUILD
new file mode 100755
index 0000000..bbfee00
--- /dev/null
+++ b/abs/extra-testing/community/nzbperl/PKGBUILD
@@ -0,0 +1,16 @@
+#Contributor: Xavier Vierling <xavierling@free.fr>
+pkgname=nzbperl
+pkgver=0.6.8
+pkgrel=1
+pkgdesc="nzb based nntp/usenet downloader in perl"
+arch=('i686' 'x86_64')
+url="http://noisybox.net/computers/nzbperl/"
+license="GPL"
+depends=(perl-term-readkey perl-xml-dom uudeview)
+source=(http://noisybox.net/computers/nzbperl/$pkgname-$pkgver.pl)
+md5sums=('70e64b7cd4ff9c7c098bf8dffeb62578')
+
+build() {
+ cd $startdir/src
+ install -D nzbperl-$pkgver.pl $startdir/pkg/usr/bin/nzbperl
+} \ No newline at end of file