summaryrefslogtreecommitdiff
path: root/community/gpsim
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-08-10 23:14:36 +0000
committerroot <root@rshg054.dnsready.net>2011-08-10 23:14:36 +0000
commite81c6fe4fb38144709923b2da3ab68a01712a26b (patch)
treee98431d7c18b82156a91c9cb208d725c06e84793 /community/gpsim
parenta306c2530354c1c02351c4cc02eefa53c8d23eac (diff)
Wed Aug 10 23:14:35 UTC 2011
Diffstat (limited to 'community/gpsim')
-rw-r--r--community/gpsim/PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/community/gpsim/PKGBUILD b/community/gpsim/PKGBUILD
index e13695f36..809a2b973 100644
--- a/community/gpsim/PKGBUILD
+++ b/community/gpsim/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 21223 2010-07-15 10:16:50Z spupykin $
+# $Id: PKGBUILD 53898 2011-08-09 13:35:24Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: mickael9 <mickael9 at gmail dot com>
pkgname=gpsim
-pkgver=0.25.0
+pkgver=0.26.1
pkgrel=1
pkgdesc="A full-featured software simulator for Microchip PIC microcontrollers"
arch=(i686 x86_64)
@@ -13,12 +13,11 @@ depends=('gtk2+extra' 'popt')
makedepends=('gtk2+extra')
options=('!libtool')
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('36e2aeac30fad773f5fb934c867b42b7')
+md5sums=('c994c23d2d75056dbefcf5d1d63596d7')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
-
./configure --prefix=/usr
- make || return 1
+ make
make DESTDIR=${pkgdir} install
}