From 7a65a910b77ad191d69881098c47f9b0c852d92e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 13 Aug 2013 01:33:19 -0700 Subject: Tue Aug 13 01:31:08 PDT 2013 --- community/vamps/PKGBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 community/vamps/PKGBUILD (limited to 'community/vamps/PKGBUILD') 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 +# Contributor: Stefano Zamprogno +# Maintainer: Stefan Husmann + +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/ +} + -- cgit v1.2.3-54-g00ecf