diff options
Diffstat (limited to 'community/nzbget/PKGBUILD')
-rw-r--r-- | community/nzbget/PKGBUILD | 9 |
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 |