summaryrefslogtreecommitdiff
path: root/extra/gob2
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-30 10:44:01 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-30 10:44:01 -0300
commit0d8ecfa1948a782678aea98ce57638f0430de78b (patch)
tree8d126f200367e84337c6d0fa91cd749a1c7877b8 /extra/gob2
parent8baf74afe0af3b4012ae438cfeea1bbea3f41375 (diff)
parent8a823402bd45dc875237a20f174ecbe64e1bae4d (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: extra/desktop-file-utils/PKGBUILD extra/libgphoto2/PKGBUILD multilib-testing/lib32-glibc/PKGBUILD testing/glibc/PKGBUILD
Diffstat (limited to 'extra/gob2')
-rw-r--r--extra/gob2/PKGBUILD18
1 files changed, 11 insertions, 7 deletions
diff --git a/extra/gob2/PKGBUILD b/extra/gob2/PKGBUILD
index aedce43a2..c9c90548b 100644
--- a/extra/gob2/PKGBUILD
+++ b/extra/gob2/PKGBUILD
@@ -1,21 +1,25 @@
-# $Id: PKGBUILD 79820 2010-05-08 10:48:54Z jgc $
+# $Id: PKGBUILD 145709 2011-12-28 14:25:19Z jgc $
# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca>
# Maintainer: Kevin Piche <kevin@archlinux.org>
pkgname=gob2
-pkgver=2.0.17
+pkgver=2.0.18
pkgrel=1
pkgdesc="GTK Object Builder (GOB) is a simple preprocessor for easily creating GTK objects"
arch=(i686 x86_64 'mips64el')
license=('GPL')
depends=('glib2')
url="http://www.5z.com/jirka/gob.html"
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.0/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('e9f52fff7ada88a36da1d412f8b2b57b44cc0527e545cf2f5d873c002c0da7f4')
+source=(http://ftp.5z.com/pub/gob/${pkgname}-${pkgver}.tar.xz)
+md5sums=('cd08248762962aec88100ddaaff4f9e0')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr || return 1
- make || return 1
- make DESTDIR="${pkgdir}" install || return 1
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
}