openssl group: rebuild rtmpdump

This commit is contained in:
Fabian 2013-07-21 11:58:15 +00:00
parent 63ed35594b
commit a2e19c02d7

View File

@ -5,7 +5,7 @@
pkgname=rtmpdump
pkgver=2.4
pkgrel=2
pkgrel=3
pkgdesc="A tool to download rtmp streams"
arch=('x86_64')
url="http://rtmpdump.mplayerhq.hu/"
@ -24,4 +24,4 @@ package() {
cd "${srcdir}/${pkgname}"
install -d -m755 "${pkgdir}/usr/lib"
make prefix=/usr mandir=/usr/share/man DESTDIR="${pkgdir}" install
}
}