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

Antonio Rojas arojas at archlinux.org
Sun Apr 5 11:21:14 UTC 2020


    Date: Sunday, April 5, 2020 @ 11:21:12
  Author: arojas
Revision: 611832

archrelease: copy trunk to community-staging-x86_64

Added:
  vamps/repos/community-staging-x86_64/
  vamps/repos/community-staging-x86_64/PKGBUILD
    (from rev 611831, vamps/trunk/PKGBUILD)

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

Copied: vamps/repos/community-staging-x86_64/PKGBUILD (from rev 611831, vamps/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-04-05 11:21:12 UTC (rev 611832)
@@ -0,0 +1,28 @@
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Stefano Zamprogno <stefano.zamprogno at gmail.com>
+# Maintainer: Stefan Husmann <stefan-husmann at t-online.de>
+
+pkgname=vamps
+pkgver=0.99.2
+pkgrel=14
+pkgdesc='Very fast requantisizing tool for backup DVDs'
+arch=('x86_64')
+url='http://vamps.sourceforge.net'
+license=('GPL2')
+depends=('libdvdread')
+source=("https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('27d26a5b63982e3b68b69b6e4f739e93a8eff2ca2e433e07a1350cafe9733f0b6a684e6bc51bce97612bc85fef9d4bf4ea0e781e493b227896de4cce4cd4662b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -D play_cell/play_cell ${pkgdir}/usr/bin/play_cell
+  install ${pkgname}/${pkgname} ${pkgdir}/usr/bin/
+}
+



More information about the arch-commits mailing list