diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-06 15:15:42 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-02-06 15:15:42 +0100 |
commit | 9437cdbc03cb103235fa0b043f4cf73882f10f34 (patch) | |
tree | 5dba8834685e18222c996b3cd4c728958ed3a49b /community/vamps/PKGBUILD | |
parent | 7cfa9860fb15a4bf5066e33255da1a9b09cc95b1 (diff) | |
parent | a110e74fe4a31aebb09e0da6e407af69ed996837 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/drbd/PKGBUILD
community/dumb/PKGBUILD
community/echat/PKGBUILD
community/librcc/PKGBUILD
community/linux-tools/PKGBUILD
community/python2-pysqlite-legacy/PKGBUILD
community/python2-pyxmpp/PKGBUILD
core/libksba/PKGBUILD
core/ncurses/PKGBUILD
extra/libbonobo/PKGBUILD
extra/libmpeg2/PKGBUILD
extra/qt/PKGBUILD
extra/rarian/PKGBUILD
extra/wpa_supplicant_gui/PKGBUILD
libre/audacious-plugins-libre/PKGBUILD
Diffstat (limited to 'community/vamps/PKGBUILD')
-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 38e2f8657..c6480b17c 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' 'mips64el') 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/ |