summaryrefslogtreecommitdiff
path: root/extra/libdvdcss
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-02 03:18:35 -0700
committerroot <root@rshg054.dnsready.net>2013-10-02 03:18:35 -0700
commitccdfb7506009a95df3049db791408ac9b291b6e2 (patch)
tree9f6f7864bf3718228738f5e3163f736ba8323dac /extra/libdvdcss
parentb2bab0c3032e55f291c1df002c13319de0bdb8cf (diff)
Wed Oct 2 03:15:27 PDT 2013
Diffstat (limited to 'extra/libdvdcss')
-rw-r--r--extra/libdvdcss/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
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 <stephane@archlinux.org>
+# $Id: PKGBUILD 195484 2013-10-01 06:01:26Z bpiotrowski $
+# Contributor: Stéphane Gaudreault <stephane@archlinux.org>
# Contributor: arjan <arjan@archlinux.org>
# Contributor Sarah Hay <sarahhay@mb.sympatico.ca>
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
}