diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2020-04-04 20:03:37 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-04 23:10:06 +0000 |
| commit | 206c3d35708c89afc9fcf15e15a13d7a62152e95 (patch) | |
| tree | c1dbc6631c28fd964624c6c472185b2741d6ab4a /testing | |
| parent | 81a3af81d63c3f18f54f40cb767f296fd7c9d686 (diff) | |
| download | aports-206c3d35708c89afc9fcf15e15a13d7a62152e95.tar.bz2 aports-206c3d35708c89afc9fcf15e15a13d7a62152e95.tar.xz | |
testing/dvdbackup: remove
Upstream last commit was 6 years ago and with libdvdread 6.1.1 it no
longer builds because of changes in the API
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/dvdbackup/APKBUILD | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/testing/dvdbackup/APKBUILD b/testing/dvdbackup/APKBUILD deleted file mode 100644 index 31be6c9600..0000000000 --- a/testing/dvdbackup/APKBUILD +++ /dev/null @@ -1,40 +0,0 @@ -# Contributor: Leonardo Arena <rnalrd@alpinelinux.org> -# Maintainer: -pkgname=dvdbackup -pkgver=0.4.2 -pkgrel=1 -pkgdesc="Tool to rip video DVDs from the command line" -url="http://dvdbackup.sourceforge.net/" -arch="all" -license="GPL" -makedepends="libdvdread-dev" -subpackages="$pkgname-doc" -source="https://downloads.sourceforge.net/dvdbackup/dvdbackup-$pkgver.tar.xz" -builddir="$srcdir"/$pkgname-$pkgver - -prepare() { - cd "$builddir" - update_config_guess - default_prepare -} - -build() { - cd "$builddir" - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info - make -} - -package() { - cd "$builddir" - make DESTDIR="$pkgdir" install -} - -check() { - cd "$builddir" - make check -} - -sha512sums="df9abb2ca0b8a7cd7855ddff94dae249b06b2ec0ee42f3e9c53aa46aebd9885bdf26dacecbd4a20ff5f642ea10c0c64b811d25c23802c8a2b1489281900fbe0d dvdbackup-0.4.2.tar.xz" |
