From da0a0d88caa1bf934ebf314ef86e15928dbb027b Mon Sep 17 00:00:00 2001 From: root Date: Tue, 7 May 2013 00:36:35 -0700 Subject: Tue May 7 00:36:35 PDT 2013 --- community/scummvm-tools/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'community/scummvm-tools/PKGBUILD') diff --git a/community/scummvm-tools/PKGBUILD b/community/scummvm-tools/PKGBUILD index e58621d12..d704adebe 100644 --- a/community/scummvm-tools/PKGBUILD +++ b/community/scummvm-tools/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 63740 2012-02-05 12:10:55Z ibiru $ +# $Id: PKGBUILD 90088 2013-05-06 19:39:30Z foutrelis $ # Maintainer: Sven-Hendrik Haase # Contributor: Jérémie Dimino # Contributor: Sebastian Hase # Contributor: Joe Davison pkgname=scummvm-tools pkgver=1.4.0 -pkgrel=2 +pkgrel=3 pkgdesc="A set of tools that enable you to convert, compress and decode game datafiles for ScummVM" url="http://www.scummvm.org/" license=('GPL') @@ -17,8 +17,6 @@ md5sums=('43cbf9f5c4939876cf4149dd59e68044') build() { cd ${pkgname}-${pkgver} - install -d ${pkgdir}/usr/bin - ./configure --prefix=/usr make } @@ -26,6 +24,8 @@ build() { package() { cd ${pkgname}-${pkgver} + install -d ${pkgdir}/usr/bin + make DESTDIR=${pkgdir} install install -Dm 644 README ${pkgdir}/usr/share/doc/scummvm-tools/README -- cgit v1.2.3-54-g00ecf