summaryrefslogtreecommitdiffstats
path: root/abs/extra/libdvdcss
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-11-25 19:48:53 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-11-25 19:48:53 (GMT)
commit135c166aab00239c0fd511225b8eb0d97be2b651 (patch)
tree4f25da76ac4d439756401745b159434c928d1475 /abs/extra/libdvdcss
parent5a66b67c322a7ba523798cf60b8627e25aa34273 (diff)
downloadlinhes_pkgbuild-135c166aab00239c0fd511225b8eb0d97be2b651.zip
linhes_pkgbuild-135c166aab00239c0fd511225b8eb0d97be2b651.tar.gz
linhes_pkgbuild-135c166aab00239c0fd511225b8eb0d97be2b651.tar.bz2
libdvdcss: update to 1.3.0
Diffstat (limited to 'abs/extra/libdvdcss')
-rw-r--r--abs/extra/libdvdcss/PKGBUILD19
1 files changed, 10 insertions, 9 deletions
diff --git a/abs/extra/libdvdcss/PKGBUILD b/abs/extra/libdvdcss/PKGBUILD
index 9e8edc9..010e6d7 100644
--- a/abs/extra/libdvdcss/PKGBUILD
+++ b/abs/extra/libdvdcss/PKGBUILD
@@ -1,27 +1,28 @@
-# $Id: PKGBUILD 180007 2013-03-14 11:52:25Z stephane $
-# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
+# $Id$
+# Maintainer:
+# 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
+pkgver=1.3.0
pkgrel=1
-pkgdesc="A portable abstraction library for DVD decryption"
+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)
-sha1sums=('1a4a5e55c7529da46386c1c333340eee2c325a77')
+options=('!docs' '!emptydirs')
+source=(http://download.videolan.org/pub/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
+sha1sums=('b3ccd70a510aa04d644f32b398489a3122a7e11a')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd $pkgname-$pkgver
./configure --prefix=/usr
make
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd $pkgname-$pkgver
make DESTDIR="${pkgdir}" install
}