diff options
author | root <root@rshg054.dnsready.net> | 2013-11-03 01:06:08 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-11-03 01:06:08 -0700 |
commit | 1ce58386c5ee7086ac6848f35cade5d45bf86764 (patch) | |
tree | a02b709cc5107313c2a640ad192b4a4cb790df4f /extra/libbluray | |
parent | 02c5897cefdb4df89590f03c12870ad263240ebd (diff) |
Sun Nov 3 01:05:44 PDT 2013
Diffstat (limited to 'extra/libbluray')
-rw-r--r-- | extra/libbluray/PKGBUILD | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/extra/libbluray/PKGBUILD b/extra/libbluray/PKGBUILD index 40af99974..8e739be01 100644 --- a/extra/libbluray/PKGBUILD +++ b/extra/libbluray/PKGBUILD @@ -1,20 +1,21 @@ -# $Id: PKGBUILD 198128 2013-10-30 12:57:29Z allan $ -# Maintainer: Ionut Biru <ibiru@archlinux.org> +# $Id: PKGBUILD 198685 2013-11-02 07:22:33Z bpiotrowski $ +# Maintainer: Ionut Biru <ibiru@archlinux.org> +# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Andrew Cook <ariscop@gmail.com> pkgname=libbluray -pkgver=0.3.0 +pkgver=0.4.0 pkgrel=1 -pkgdesc="Library to access Blu-Ray disks for video playback" +pkgdesc='Library to access Blu-Ray disks for video playback' arch=('i686' 'x86_64') -url="http://www.videolan.org/developers/libbluray.html" +url='http://www.videolan.org/developers/libbluray.html' license=('LGPL2.1') depends=('libxml2' 'freetype2') source=(ftp://ftp.videolan.org/pub/videolan/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2) -sha512sums=('96eedf23ff756e97fa64d9624a49608daccbac169714b9b231a284ed4eb63c77ee2ecbdfc42c311781571146cfa0fe340854ac831d3fe1312131e1742a4a7b02') +sha256sums=('63a3218d69f179f4834ef3b48bfa95268ad62c302ff38bfc052e2fc6916ae3f8') build() { - cd "$pkgname-$pkgver" + cd $pkgname-$pkgver ./configure --prefix=/usr \ --disable-static @@ -22,7 +23,7 @@ build() { } package() { - cd "$pkgname-$pkgver" + cd $pkgname-$pkgver make DESTDIR="$pkgdir" install } |