diff options
Diffstat (limited to 'community/gpsim/PKGBUILD')
-rw-r--r-- | community/gpsim/PKGBUILD | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/community/gpsim/PKGBUILD b/community/gpsim/PKGBUILD index 311a70a32..f96c1fada 100644 --- a/community/gpsim/PKGBUILD +++ b/community/gpsim/PKGBUILD @@ -6,17 +6,20 @@ pkgname=gpsim pkgver=0.26.1 pkgrel=2 pkgdesc="A full-featured software simulator for Microchip PIC microcontrollers" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://gpsim.sourceforge.net/" 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 |