summaryrefslogtreecommitdiff
path: root/community/gpsim/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-12-05 09:30:31 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-12-05 09:30:31 -0300
commite4110059fee6ff87ee66fe88c17b47848b9bf49d (patch)
treec5eee03489f3f809d9a5f970c7f5021b29aa9eac /community/gpsim/PKGBUILD
parent332613adfe388dab05ecd5300fd9f9fa91956edc (diff)
parent6cf4712d8f10c8d1fa338d5498deb1ced11e5579 (diff)
Merge branch 'master' of gparabola:abslibre-mips64el
Diffstat (limited to 'community/gpsim/PKGBUILD')
-rw-r--r--community/gpsim/PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/community/gpsim/PKGBUILD b/community/gpsim/PKGBUILD
index 8edc7723f..f96c1fada 100644
--- a/community/gpsim/PKGBUILD
+++ b/community/gpsim/PKGBUILD
@@ -12,11 +12,14 @@ license=(GPL)
depends=('gtk2+extra' 'popt')
makedepends=('gtk2+extra')
options=('!libtool')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('c994c23d2d75056dbefcf5d1d63596d7')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
+ gpsim-0.26.1-glib.patch)
+md5sums=('c994c23d2d75056dbefcf5d1d63596d7'
+ 'ddc2ffc384ae37020cffb56d68b2fe04')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
+ patch -Np1 -i ${srcdir}/gpsim-0.26.1-glib.patch
./configure --prefix=/usr
make
make DESTDIR=${pkgdir} install