# $Id: PKGBUILD 59445 2011-11-24 21:56:56Z ebelanger $ # Contributor: Johannes Martin # Contributor: JJDaNiMoTh # Contributor: Stefan Husmann # Maintainer: Daniel J Griffiths pkgname=gputils pkgver=0.14.0 pkgrel=1 pkgdesc="PIC Programming Utilities" arch=('i686' 'x86_64' 'mips64el') url="http://gputils.sourceforge.net/" license=('GPL') depends=('glibc') source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz) md5sums=('04780834e30fc50f0bd92cc4c91cf11b') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr make } package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install }