summaryrefslogtreecommitdiffstats
path: root/abs/extra/libdvdcss/PKGBUILD
blob: 80772fa3719671609fe5511238749cb35fb9c650 (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
# $Id: PKGBUILD 37036 2009-04-30 04:50:40Z eric $
# Maintainer: arjan <arjan@archlinux.org>
# Contributor Sarah Hay <sarahhay@mb.sympatico.ca>

pkgname=libdvdcss
pkgver=1.2.10
pkgrel=1.1
pkgdesc="libdvdcss is a cross-platform library for transparent DVD device access with on-the-fly CSS decryption."
arch=('i686' 'x86_64')
license=('GPL')
depends=('glibc')
options=('!libtool')
source=(http://download.videolan.org/pub/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
md5sums=('ebd5370b79ac5a83e5c61b24a214cf74')
url="http://www.videolan.org/libdvdcss/"


build() {
  cd $srcdir/$pkgname-$pkgver
  ./configure --prefix=/usr || return 1
  make || return 1
  make DESTDIR=$pkgdir install || return 1
}