summaryrefslogtreecommitdiff
path: root/community/mmsrip
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-03-18 00:02:54 +0000
committerroot <root@rshg054.dnsready.net>2012-03-18 00:02:54 +0000
commitd14a25fc4f65ae3d6e62f4668e9cb88d74834255 (patch)
tree7c4f618283e9b502f0d9cfb5059ce38daa7738be /community/mmsrip
parent9a940818cc3edb82afac4d73a6474e6e3374f987 (diff)
Sun Mar 18 00:02:53 UTC 2012
Diffstat (limited to 'community/mmsrip')
-rw-r--r--community/mmsrip/PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/community/mmsrip/PKGBUILD b/community/mmsrip/PKGBUILD
index 19cf7ac6a..2d0314986 100644
--- a/community/mmsrip/PKGBUILD
+++ b/community/mmsrip/PKGBUILD
@@ -1,21 +1,23 @@
-# $Id: PKGBUILD 29248 2010-10-11 20:22:17Z jlichtblau $
+# $Id: PKGBUILD 67956 2012-03-16 12:10:10Z giovanni $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
pkgname=mmsrip
pkgver=0.7.0
-pkgrel=3
+pkgrel=4
pkgdesc="A downloader for the proprietary protocol MMS://"
arch=('i686' 'x86_64')
url="http://nbenoit.tuxfamily.org/projects.php?rq=mmsrip"
license=('GPL2')
+depends=('glibc')
source=(http://nbenoit.tuxfamily.org/projects/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('498a5ec10a004481532eaceacdff3a10')
build() {
cd ${srcdir}/$pkgname-$pkgver
- ./configure --prefix=/usr --mandir=/usr/share/man
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man
make
}