summaryrefslogtreecommitdiff
path: root/community/gputils
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-03-04 09:51:11 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-03-04 09:51:11 +0100
commit6b67b8c583b321bc955bc8efd24befe40d15e9fc (patch)
tree61148cd550443788030ce27e3d7bee9fb9daf57e /community/gputils
parent8ba6ee51e836f2a5b78c7d6ca0096ddb5f847833 (diff)
parent3a8d026e8e859ff4c9aa813d5f1eb2afa5663e78 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/erlang-sdl/PKGBUILD community/nautilus-sound-converter/PKGBUILD community/shapelib/PKGBUILD core/libarchive/PKGBUILD extra/claws-mail-extra-plugins/PKGBUILD extra/evince/PKGBUILD extra/gtk3/PKGBUILD extra/gvfs/PKGBUILD extra/libgxps/PKGBUILD extra/mkvtoolnix/PKGBUILD extra/qt5/PKGBUILD libre/gstreamer0.10-bad-libre/PKGBUILD libre/kernel26-libre-lts/PKGBUILD
Diffstat (limited to 'community/gputils')
-rw-r--r--community/gputils/PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/community/gputils/PKGBUILD b/community/gputils/PKGBUILD
index 6ea946bc2..7f74702a1 100644
--- a/community/gputils/PKGBUILD
+++ b/community/gputils/PKGBUILD
@@ -1,27 +1,27 @@
-# $Id: PKGBUILD 75360 2012-08-21 09:13:35Z ebelanger $
+# $Id: PKGBUILD 85546 2013-03-03 02:24:18Z cinelli $
+# Maintainer: Federico Cinelli <cinelli@aur.archlinux.org>
# Contributor: Johannes Martin <honzor@gmx.net>
# Contributor: JJDaNiMoTh <jjdanimoth.aur@gmail.com>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
-# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=gputils
-pkgver=0.14.2
+pkgver=1.0.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=('90fa2803e77723de32b482f6a57d9c5a')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('a68b389b4717adde2b1cf14328e910e3')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr
make
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
}