[arch-commits] Commit in dvdbackup/repos (2 files)

Antonio Rojas arojas at archlinux.org
Thu Nov 7 22:17:01 UTC 2019


    Date: Thursday, November 7, 2019 @ 22:16:58
  Author: arojas
Revision: 524557

archrelease: copy trunk to community-staging-x86_64

Added:
  dvdbackup/repos/community-staging-x86_64/
  dvdbackup/repos/community-staging-x86_64/PKGBUILD
    (from rev 524556, dvdbackup/trunk/PKGBUILD)

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: dvdbackup/repos/community-staging-x86_64/PKGBUILD (from rev 524556, dvdbackup/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2019-11-07 22:16:58 UTC (rev 524557)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: yugrotavele <yugrotavele at archlinux dot us>
+# Contributor: Varun Acharya <varun at archlinux.org>
+# Contributor: Nicolai Lissner <nlissne at linux01.gwdg.de>
+
+pkgname=dvdbackup
+pkgver=0.4.2
+pkgrel=5
+pkgdesc="Tool to rip video DVDs from the command line"
+arch=('x86_64')
+url="https://dvdbackup.sourceforge.net"
+license=('GPL3')
+depends=('libdvdread')
+optdepends=('libdvdcss: to decrypt encrypted DVDs')
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
+sha512sums=('df9abb2ca0b8a7cd7855ddff94dae249b06b2ec0ee42f3e9c53aa46aebd9885bdf26dacecbd4a20ff5f642ea10c0c64b811d25c23802c8a2b1489281900fbe0d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list