diff options
Diffstat (limited to 'abs/core-testing/libdvdread/PKGBUILD')
-rw-r--r-- | abs/core-testing/libdvdread/PKGBUILD | 23 |
1 files changed, 0 insertions, 23 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 -} |