diff options
Diffstat (limited to 'community/vamps/PKGBUILD')
-rw-r--r-- | community/vamps/PKGBUILD | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/community/vamps/PKGBUILD b/community/vamps/PKGBUILD deleted file mode 100644 index a949e9e95..000000000 --- a/community/vamps/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# $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/ -} - |