diff options
author | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:17:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:19:39 (GMT) |
commit | adbcf19958300e9b6598990184c8815b945ba0ee (patch) | |
tree | f4283c850ac0ac202c17e78a637ee7ca8147621b /abs/core-testing/libdvdread | |
parent | 61a68250df10d29b624650948484898334ff22d0 (diff) | |
download | linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2 |
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/core-testing/libdvdread')
-rw-r--r-- | abs/core-testing/libdvdread/PKGBUILD | 23 | ||||
-rw-r--r-- | abs/core-testing/libdvdread/libdvdread.install | 11 |
2 files changed, 0 insertions, 34 deletions
diff --git a/abs/core-testing/libdvdread/PKGBUILD b/abs/core-testing/libdvdread/PKGBUILD deleted file mode 100644 index e39e586..0000000 --- a/abs/core-testing/libdvdread/PKGBUILD +++ /dev/null @@ -1,23 +0,0 @@ -# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $ -# Maintainer: Thomas Baechler <thomas@archlinux.org> -# Contributor: Tom Newsom <Jeepster@gmx.co.uk> - -pkgname=libdvdread -pkgver=0.9.7 -pkgrel=1 -arch=(i686 x86_64) -pkgdesc="libdvdread provides a simple foundation for reading DVD video disks" -depends=('glibc') -makedepends=('libdvdcss') -install=$pkgname.install -options=('!libtool') -source=(http://www.dtek.chalmers.se/groups/dvd/dist/$pkgname-$pkgver.tar.gz) -url="http://www.dtek.chalmers.se/groups/dvd/downloads.shtml" -md5sums=('078788c9241ae16763529e1235502337') - -build() { - cd $startdir/src/$pkgname-$pkgver - ./configure --prefix=/usr - make || return 1 - make DESTDIR=$startdir/pkg install -} diff --git a/abs/core-testing/libdvdread/libdvdread.install b/abs/core-testing/libdvdread/libdvdread.install deleted file mode 100644 index 913bc56..0000000 --- a/abs/core-testing/libdvdread/libdvdread.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - echo "==> If you want to decode encrypted DVDs, you also need the libdvdcss package." -} - -post_upgrade() { - post_install -} - -op=$1 -shift -$op $* |