summaryrefslogtreecommitdiff
path: root/community/nzbget/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-08-23 18:28:19 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-08-23 18:28:19 -0300
commitd07d53d7af1e9694d9558783841bc2df3124a90f (patch)
tree40d68de204b29d3360efd654d3c458c9cdad3cd6 /community/nzbget/PKGBUILD
parenta873bdc69d24650d832933463af71dfaa96f1a8a (diff)
parent64e290184042563a240e2d6d15c02e06703d00ee (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/obconf/PKGBUILD community/obconf/obconf.install community/qstardict/PKGBUILD core/binutils/PKGBUILD core/gcc/PKGBUILD.mips64el extra/cups/PKGBUILD extra/eject/PKGBUILD extra/emacs/PKGBUILD extra/evilwm/PKGBUILD extra/fbset/PKGBUILD extra/gmpc/PKGBUILD extra/gnome-alsamixer/PKGBUILD extra/gtkpod/PKGBUILD extra/kdepim/PKGBUILD extra/kile/PKGBUILD extra/libvpx/PKGBUILD extra/php-apc/PKGBUILD extra/php-suhosin/PKGBUILD extra/php/PKGBUILD extra/pidgin/PKGBUILD extra/potrace/PKGBUILD extra/racket/PKGBUILD extra/soundtouch/PKGBUILD extra/wireshark/PKGBUILD extra/xpdf/PKGBUILD multilib/binutils-multilib/PKGBUILD multilib/lib32-acl/PKGBUILD multilib/lib32-attr/PKGBUILD multilib/lib32-glibc/PKGBUILD multilib/lib32-udev/PKGBUILD ~xihh/abiword/PKGBUILD
Diffstat (limited to 'community/nzbget/PKGBUILD')
-rw-r--r--community/nzbget/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/community/nzbget/PKGBUILD b/community/nzbget/PKGBUILD
index 94f01733a..a395c7a34 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' 'mips64el')
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