diff options
Diffstat (limited to 'abs/extra-testing/libdvdnav/PKGBUILD')
-rw-r--r-- | abs/extra-testing/libdvdnav/PKGBUILD | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/abs/extra-testing/libdvdnav/PKGBUILD b/abs/extra-testing/libdvdnav/PKGBUILD deleted file mode 100644 index 4e9e3ca..0000000 --- a/abs/extra-testing/libdvdnav/PKGBUILD +++ /dev/null @@ -1,22 +0,0 @@ -# $Id: PKGBUILD 927 2008-04-24 21:34:43Z jgc $ -# Maintainer: arjan <arjan@archlinux.org> -# contributor Sarah Hay <sarahhay@mb.sympatico.ca> - -pkgname=libdvdnav -pkgver=0.1.10 -pkgrel=3 -pkgdesc="The library for xine-dvdnav plugin." -arch=(i686 x86_64) -license=('GPL') -url="http://dvd.sourceforge.net/index.shtml" -depends=('glibc') -options=(!libtool) -source=(http://downloads.sourceforge.net/sourceforge/dvd/${pkgname}-${pkgver}.tar.gz) -md5sums=('c8ddee96ba1182d73447eaf0bb6fde81') - -build() { - cd ${startdir}/src/${pkgname}-${pkgver} - ./autogen.sh --prefix=/usr || return 1 - make || return 1 - make DESTDIR=${startdir}/pkg install || return 1 -} |