summaryrefslogtreecommitdiff
path: root/community/vobcopy/PKGBUILD
blob: f1446abd2eaa4d90d3f90cdec319c4890a732fb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $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=4
pkgdesc="Copies DVD .vob files to harddisk, decrypting them on the way"
arch=('i686' 'x86_64')
url="http://www.vobcopy.org"
license=('GPL2')
depends=('libdvdread' 'libdvdcss')
options=('!docs')
source=(http://www.vobcopy.org/download/${pkgname}-${pkgver}.tar.bz2)
md5sums=('88f735ccd051093ff40dab4597bc586e')

build() {
  cd "${srcdir}/${pkgname}-${pkgver}"

  make
}

package() {
  cd "${srcdir}/${pkgname}-${pkgver}"

  make DESTDIR="$pkgdir" PREFIX=/usr/ MANDIR=/usr/share/man install
}