summaryrefslogtreecommitdiff
path: root/community/nzbget
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-08-19 23:14:47 +0000
committerroot <root@rshg054.dnsready.net>2011-08-19 23:14:47 +0000
commitc6a4d3790fc33558d9af322dac15d2bd6d34ac0b (patch)
tree934e1d11b80c8529b23dcb07b626c5b81e8b156d /community/nzbget
parent59eecef62ae9aa7dd391310f30293318f641c59c (diff)
Fri Aug 19 23:14:46 UTC 2011
Diffstat (limited to 'community/nzbget')
-rw-r--r--community/nzbget/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/community/nzbget/PKGBUILD b/community/nzbget/PKGBUILD
index 8d0ac39a9..f61ad81cf 100644
--- a/community/nzbget/PKGBUILD
+++ b/community/nzbget/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 16899 2010-05-12 17:57:00Z jlichtblau $
+# $Id: PKGBUILD 54477 2011-08-18 15:08:22Z bluewind $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
pkgname=nzbget
pkgver=0.7.0
-pkgrel=2
+pkgrel=3
pkgdesc="Downloads from Usenet using .nzb files"
arch=('i686' 'x86_64')
url="http://nzbget.sourceforge.net/"
@@ -19,7 +19,10 @@ build() {
# autoreconf -fi || return 1
#uudeview ("uulib") has been removed, and "it did not work well anyway"
./configure --prefix=/usr --enable-parcheck || return 1
- make || return 1
+ make
+}
+package() {
+ cd ${srcdir}/$pkgname-$pkgver
make DESTDIR=${pkgdir} install
#other files