From ccdfb7506009a95df3049db791408ac9b291b6e2 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 2 Oct 2013 03:18:35 -0700 Subject: Wed Oct 2 03:15:27 PDT 2013 --- extra/libdvdcss/PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'extra/libdvdcss/PKGBUILD') diff --git a/extra/libdvdcss/PKGBUILD b/extra/libdvdcss/PKGBUILD index 9e8edc9a8..ac4a04c7c 100644 --- a/extra/libdvdcss/PKGBUILD +++ b/extra/libdvdcss/PKGBUILD @@ -1,27 +1,27 @@ -# $Id: PKGBUILD 180007 2013-03-14 11:52:25Z stephane $ -# Maintainer: Stéphane Gaudreault +# $Id: PKGBUILD 195484 2013-10-01 06:01:26Z bpiotrowski $ +# Contributor: Stéphane Gaudreault # Contributor: arjan # Contributor Sarah Hay pkgname=libdvdcss pkgver=1.2.13 -pkgrel=1 -pkgdesc="A portable abstraction library for DVD decryption" +pkgrel=2 +pkgdesc="Portable abstraction library for DVD decryption" url="http://www.videolan.org/libdvdcss" arch=('i686' 'x86_64') license=('GPL') depends=('glibc') options=('!libtool' '!docs' '!emptydirs') -source=(http://download.videolan.org/pub/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2) +source=(http://download.videolan.org/pub/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2) sha1sums=('1a4a5e55c7529da46386c1c333340eee2c325a77') build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd $pkgname-$pkgver ./configure --prefix=/usr make } package() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd $pkgname-$pkgver make DESTDIR="${pkgdir}" install } -- cgit v1.2.3-54-g00ecf