diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-18 13:39:32 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-18 13:39:32 +0100 |
commit | 7e6a790c47fb44426cdda8ea0aca8c247a524c5e (patch) | |
tree | a120e55f735660c1ab1e7fa6174fe28fb3108d1f /community/mmsrip/PKGBUILD | |
parent | e5592a9039761a22a117469303c77a4215ad5048 (diff) | |
parent | d14a25fc4f65ae3d6e62f4668e9cb88d74834255 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/gpsmanshp/PKGBUILD
community/parrot/PKGBUILD
extra/kdeadmin/PKGBUILD
extra/kdebindings-python/PKGBUILD
extra/kdegames/PKGBUILD
extra/kdesdk/PKGBUILD
extra/libmtp/PKGBUILD
extra/libreoffice/PKGBUILD
extra/samba/PKGBUILD
multilib/lib32-libx11/PKGBUILD
testing/xf86-video-mga/PKGBUILD
testing/xf86-video-mga/git-fixes.patch
Diffstat (limited to 'community/mmsrip/PKGBUILD')
-rw-r--r-- | community/mmsrip/PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/community/mmsrip/PKGBUILD b/community/mmsrip/PKGBUILD index 752afaffd..54b85cfb8 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' 'mips64el') 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 } |