summaryrefslogtreecommitdiff
path: root/community/vobcopy
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-03-02 18:53:10 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-03-02 18:53:10 +0100
commit588ef662386ce30b28688e95f11f7fc7a52f8e25 (patch)
treea62b104d7b70d82767fbde6aeb782b1359302459 /community/vobcopy
parent9ea487ed90ebf891571ea8fffd34c154cbf981df (diff)
parentb479098a1b8d7cb545339cb225a7cde4988b2748 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/kdesvn/PKGBUILD community/lwm/PKGBUILD community/sakura/PKGBUILD extra/openmpi/PKGBUILD extra/qt/PKGBUILD
Diffstat (limited to 'community/vobcopy')
-rw-r--r--community/vobcopy/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/community/vobcopy/PKGBUILD b/community/vobcopy/PKGBUILD
index 77119e34d..6760ee59c 100644
--- a/community/vobcopy/PKGBUILD
+++ b/community/vobcopy/PKGBUILD
@@ -1,27 +1,28 @@
-# $Id: PKGBUILD 22478 2010-07-21 21:11:19Z lcarlier $
+# $Id: PKGBUILD 66897 2012-02-29 23:21:33Z giovanni $
# Maintainer: Daenyth
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Tino Reichardt <milky-archlinux@mcmilk.de>
pkgname=vobcopy
pkgver=1.2.0
-pkgrel=3
+pkgrel=4
pkgdesc="Copies DVD .vob files to harddisk, decrypting them on the way"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.vobcopy.org"
license=('GPL2')
-depends=('libdvdread>=4.1.3' 'libdvdcss')
-source=(http://www.vobcopy.org/download/$pkgname-$pkgver.tar.bz2)
+depends=('libdvdread' 'libdvdcss')
+options=('!docs')
+source=(http://www.vobcopy.org/download/${pkgname}-${pkgver}.tar.bz2)
md5sums=('88f735ccd051093ff40dab4597bc586e')
build() {
- cd ${srcdir}/$pkgname-$pkgver
+ cd "${srcdir}/${pkgname}-${pkgver}"
make
}
package() {
- cd ${srcdir}/$pkgname-$pkgver
+ cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="$pkgdir" PREFIX=/usr/ MANDIR=/usr/share/man install
}