diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/dvdbackup/PKGBUILD | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/dvdbackup/PKGBUILD')
-rw-r--r-- | community/dvdbackup/PKGBUILD | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/community/dvdbackup/PKGBUILD b/community/dvdbackup/PKGBUILD deleted file mode 100644 index 271c3344d..000000000 --- a/community/dvdbackup/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 76304 2012-09-15 15:57:37Z jsteel $ -# Maintainer: Jonathan Steel <mail at jsteel dot org> -# Contributor: yugrotavele <yugrotavele at archlinux dot us> -# Contributor: Varun Acharya <varun@archlinux.org> -# Contributor: Nicolai Lissner <nlissne@linux01.gwdg.de> - -pkgname=dvdbackup -pkgver=0.4.2 -pkgrel=1 -pkgdesc="A tool to rip video DVDs from the command line" -arch=('i686' 'x86_64') -url="http://dvdbackup.sourceforge.net/" -license=('GPL') -depends=('libdvdread') -optdepends=('libdvdcss: to decrypt encrypted dvds') -source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz) -md5sums=('28f273b2f27a3afea3a3c965ddbede86') - -build() { - cd "$srcdir"/$pkgname-$pkgver - - ./configure --prefix=/usr - - make -} - -package() { - cd "$srcdir"/$pkgname-$pkgver - - make DESTDIR="$pkgdir" install -} |