Date: Friday, July 12, 2013 @ 08:44:17 Author: eric Revision: 189978 upgpkg: rtmpdump 20121230-1
Upstream update, PKGBUILD clean up Modified: rtmpdump/trunk/PKGBUILD ----------+ PKGBUILD | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-07-12 06:16:17 UTC (rev 189977) +++ PKGBUILD 2013-07-12 06:44:17 UTC (rev 189978) @@ -4,8 +4,8 @@ # Contributor: Elis Hughes <[email protected]> pkgname=rtmpdump -pkgver=20121203 -pkgrel=2 +pkgver=20121230 +pkgrel=1 pkgdesc="A tool to download rtmp streams" arch=('i686' 'x86_64') url="http://rtmpdump.mplayerhq.hu/" @@ -14,16 +14,14 @@ options=(!makeflags) #git://git.ffmpeg.org/rtmpdump source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz) -sha256sums=('e5d9f7411bddd5a12be677f2a285c38100313db2b3b1f8d2a709d46e03741409') +sha256sums=('89faf9df54204dbab211621809aa961ea6405e192cc0ce6633307e87aed400b7') build() { - make -C "$pkgname-$pkgver" + cd $pkgname-$pkgver + make } package() { - make -C "$pkgname-$pkgver" prefix=/usr mandir=/usr/share/man DESTDIR="$pkgdir" install - # usrmove - cd "$pkgdir" - mv usr/sbin/* usr/bin - rmdir usr/sbin + cd $pkgname-$pkgver + make prefix=/usr sbindir=/usr/bin mandir=/usr/share/man DESTDIR="$pkgdir" install }
