summaryrefslogtreecommitdiff
path: root/extra/libgme
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-11 11:42:51 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-11 11:42:51 -0300
commit214c4f12ab4dfb21722a383924603c21698282c5 (patch)
tree9a1b5e3e6476b5180a5727865778ba8f69c0a24a /extra/libgme
parent5f132e10473a4d8845752a6aa16fbd8f3e432c6f (diff)
parent01b47af6474ac094ec199c7d75208874f8842d87 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: core/openssh/PKGBUILD extra/gnome-python-desktop/PKGBUILD extra/libgnome/PKGBUILD extra/sane/PKGBUILD libre/kernel26-libre/PKGBUILD
Diffstat (limited to 'extra/libgme')
-rw-r--r--extra/libgme/PKGBUILD21
1 files changed, 10 insertions, 11 deletions
diff --git a/extra/libgme/PKGBUILD b/extra/libgme/PKGBUILD
index 69e035678..2e874487d 100644
--- a/extra/libgme/PKGBUILD
+++ b/extra/libgme/PKGBUILD
@@ -2,24 +2,23 @@
# Contributer: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
pkgname=libgme
-pkgver=0.5.5
-pkgrel=3
+pkgver=0.6.0
+pkgrel=1
pkgdesc="Video game music file emulation/playback library"
url="http://game-music-emu.googlecode.com/"
license=('LGPL')
arch=('i686' 'x86_64' 'mips64el')
depends=('gcc-libs')
makedepends=('cmake')
-source=(http://game-music-emu.googlecode.com/files/game-music-emu-${pkgver}.tbz2)
-md5sums=("94459001a763fb76209a550a03b7949e")
+source=(ftp://ftp.archlinux.org/other/game-music-emu/game-music-emu-${pkgver}.tar.xz)
+md5sums=('b72bc337ea4bd6dab7f0288ed4cd598e')
build() {
- cd "${srcdir}/game-music-emu-${pkgver}"
- mkdir build
- cd build
+ cd "${srcdir}/game-music-emu-${pkgver}"
+ mkdir build
+ cd build
- msg "Starting build process."
- cmake .. -DCMAKE_INSTALL_PREFIX=/usr
- make
- make DESTDIR="${pkgdir}" install
+ cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+ make
+ make DESTDIR="${pkgdir}" install
}