summaryrefslogtreecommitdiff
path: root/community/vamps/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-13 01:33:19 -0700
committerroot <root@rshg054.dnsready.net>2013-08-13 01:33:19 -0700
commit7a65a910b77ad191d69881098c47f9b0c852d92e (patch)
tree9564e611af1442f8952a8cbddb3b0ad25ed71aab /community/vamps/PKGBUILD
parent60da6abff6c9577a783d72865f11de7a585e912e (diff)
Tue Aug 13 01:31:08 PDT 2013
Diffstat (limited to 'community/vamps/PKGBUILD')
-rw-r--r--community/vamps/PKGBUILD29
1 files changed, 29 insertions, 0 deletions
diff --git a/community/vamps/PKGBUILD b/community/vamps/PKGBUILD
new file mode 100644
index 000000000..a949e9e95
--- /dev/null
+++ b/community/vamps/PKGBUILD
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 83866 2013-02-05 22:51:15Z lcarlier $
+# Contributor: Giovanni Scafora <giovanni@archlinux.org>
+# Contributor: Stefano Zamprogno <stefano.zamprogno@gmail.com>
+# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
+
+pkgname=vamps
+pkgver=0.99.2
+pkgrel=10
+pkgdesc='Very fast requantisizing tool for backup DVDs'
+arch=('i686' 'x86_64')
+url='http://vamps.sourceforge.net'
+license=('GPL2')
+depends=('libdvdread')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('7d438185a2ae95ebb245472d9fa47d06')
+
+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/
+}
+