summaryrefslogtreecommitdiff
path: root/extra/allegro
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-29 13:14:42 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-29 13:14:42 -0300
commit629b4bffc68b6a0cd11dadd5a5e7a5609c1d28ce (patch)
tree032d3815bd0e68807539b4f135f7b940376aca30 /extra/allegro
parent47b6ee356cd0338ecc009a1e3e8a186624ce8f6b (diff)
parenta0a7a3e16a1399233b436e64dba17a6cca315393 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Diffstat (limited to 'extra/allegro')
-rw-r--r--extra/allegro/PKGBUILD14
1 files changed, 9 insertions, 5 deletions
diff --git a/extra/allegro/PKGBUILD b/extra/allegro/PKGBUILD
index b644eb196..a37609c5e 100644
--- a/extra/allegro/PKGBUILD
+++ b/extra/allegro/PKGBUILD
@@ -1,21 +1,20 @@
-# $Id: PKGBUILD 91255 2010-09-25 13:05:55Z ibiru $
+# $Id: PKGBUILD 125663 2011-05-27 21:50:52Z ibiru $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
# Contributor: arjan <arjan@archlinux.org>
pkgname=allegro
-pkgver=4.4.1.1
-pkgrel=2
+pkgver=4.4.2
+pkgrel=1
pkgdesc="Portable library mainly aimed at video game and multimedia programming"
arch=('i686' 'x86_64' 'mips64el')
url="http://alleg.sourceforge.net/"
license=('custom')
depends=('jack' 'libxpm' 'libxxf86vm' 'libxxf86dga' 'libxcursor' 'libpng')
makedepends=('cmake')
-options=('!makeflags')
source=(http://downloads.sourceforge.net/alleg/${pkgname}-${pkgver}.tar.gz
LICENSE)
-md5sums=('0f1cfff8f2cf88e5c91a667d9fd386ec'
+md5sums=('4db71b0460fc99926ae91d223199c2e6'
'cd97e2992e8e66b9e6a449d832dc9c7a')
build() {
@@ -28,6 +27,11 @@ build() {
-DWANT_DOCS=OFF
make
+}
+
+package() {
+ cd "${srcdir}"/build
+
make DESTDIR="${pkgdir}" install
install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"