diff options
Diffstat (limited to 'community/dvdrtools/PKGBUILD')
-rw-r--r-- | community/dvdrtools/PKGBUILD | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/community/dvdrtools/PKGBUILD b/community/dvdrtools/PKGBUILD deleted file mode 100644 index fe06cc790..000000000 --- a/community/dvdrtools/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# $Id: PKGBUILD 76869 2012-10-01 14:50:59Z bisson $ -# Maintainer: Alexander Baldeck <alexander@archlinux.org> -# Contributor: dorphell <dorphell@archlinux.org> -# Contributor: Tom Newsom <Jeepster@gmx.co.uk> - -pkgname=dvdrtools -pkgver=0.3.1 -pkgrel=3 -pkgdesc="A fork of cdrtools, with the primary goal of supporting writable DVD drives" -arch=('i686' 'x86_64') -url="http://savannah.nongnu.org/projects/dvdrtools/" -license=('GPL') -depends=('file' 'bash') -makedepends=('transcode') -optdepends=('transcode: video/DVD ripper and encoder for the terminal/console') -conflicts=('cdrkit') -source=(ftp://ftp.archlinux.org/other/dvdrtools/$pkgname-$pkgver.tar.gz) -md5sums=('5707b7e877b853e258cd738938833006') - -build() { - cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr --mandir=/usr/share/man - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} |