diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2008-12-11 01:30:53 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2008-12-11 01:30:53 (GMT) |
commit | 8417e5e3b118ed9e12563a3d4fceeb38b9e73d4f (patch) | |
tree | 99edff3d756441a12087ecd5053d9ca60536beff /abs/core-testing/libdvdcss | |
parent | e649efa24662af962e6cbd7b9ece1bdd8f6a9340 (diff) | |
download | linhes_pkgbuild-8417e5e3b118ed9e12563a3d4fceeb38b9e73d4f.zip linhes_pkgbuild-8417e5e3b118ed9e12563a3d4fceeb38b9e73d4f.tar.gz linhes_pkgbuild-8417e5e3b118ed9e12563a3d4fceeb38b9e73d4f.tar.bz2 |
Deps for emulators and Miro.
Diffstat (limited to 'abs/core-testing/libdvdcss')
-rw-r--r-- | abs/core-testing/libdvdcss/PKGBUILD | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/abs/core-testing/libdvdcss/PKGBUILD b/abs/core-testing/libdvdcss/PKGBUILD deleted file mode 100644 index 9b5253e..0000000 --- a/abs/core-testing/libdvdcss/PKGBUILD +++ /dev/null @@ -1,22 +0,0 @@ -# $Id: PKGBUILD 14403 2008-10-06 08:19:39Z douglas $ -# Maintainer: arjan <arjan@archlinux.org> -# Contributor Sarah Hay <sarahhay@mb.sympatico.ca> - -pkgname=libdvdcss -pkgver=1.2.10 -pkgrel=1 -pkgdesc="libdvdcss is a cross-platform library for transparent DVD device access with on-the-fly CSS decryption." -arch=('i686' 'x86_64') -depends=('glibc') -options=('!libtool') -source=(http://download.videolan.org/pub/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2) -url="http://www.videolan.org/libdvdcss/" - -md5sums=('ebd5370b79ac5a83e5c61b24a214cf74') - -build() { - cd $startdir/src/$pkgname-$pkgver - ./configure --prefix=/usr - make || return 1 - make DESTDIR=$startdir/pkg install -} |