diff options
author | root <root@rshg054.dnsready.net> | 2013-02-06 00:13:53 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-06 00:13:53 -0800 |
commit | a110e74fe4a31aebb09e0da6e407af69ed996837 (patch) | |
tree | fb216f25351912a4f4cdfcccf8daf041d17cb921 /community/vamps | |
parent | b91dca65217b7c35be84df053692c9fd1b012560 (diff) |
Wed Feb 6 00:13:53 PST 2013
Diffstat (limited to 'community/vamps')
-rw-r--r-- | community/vamps/PKGBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/community/vamps/PKGBUILD b/community/vamps/PKGBUILD index fbd71ddfe..a949e9e95 100644 --- a/community/vamps/PKGBUILD +++ b/community/vamps/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 65699 2012-02-22 08:30:07Z lcarlier $ +# $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=9 +pkgrel=10 pkgdesc='Very fast requantisizing tool for backup DVDs' arch=('i686' 'x86_64') url='http://vamps.sourceforge.net' @@ -18,6 +18,10 @@ 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/ |