summaryrefslogtreecommitdiff
path: root/community/gliv/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-05-10 13:49:32 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-05-10 13:49:32 +0200
commit09dea20d0ca4b034a72f66c2bb22caa976ce1f85 (patch)
tree936d721a591ceb57c16d769ab0f755514879ed9b /community/gliv/PKGBUILD
parentcdbd7308d16cb249715cce9bedf8b809f2576804 (diff)
parentfc7ee6f5a358c428577ae4e6217ff594a3e45ad3 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/gliv/PKGBUILD community/yaml-cpp0.3/PKGBUILD extra/ecore/PKGBUILD extra/edje/PKGBUILD extra/elementary/PKGBUILD extra/embryo/PKGBUILD extra/emotion/PKGBUILD extra/ethumb/PKGBUILD extra/kdepim/PKGBUILD extra/php/PKGBUILD extra/qtiplot/PKGBUILD extra/xfce4-mixer/PKGBUILD
Diffstat (limited to 'community/gliv/PKGBUILD')
-rw-r--r--community/gliv/PKGBUILD25
1 files changed, 14 insertions, 11 deletions
diff --git a/community/gliv/PKGBUILD b/community/gliv/PKGBUILD
index d46a77e9e..be89c14c2 100644
--- a/community/gliv/PKGBUILD
+++ b/community/gliv/PKGBUILD
@@ -1,29 +1,32 @@
+# $Id: PKGBUILD 90233 2013-05-09 17:39:45Z arodseth $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
# Contributor: Ewoud Nuyts <ewoud.nuyts@gmail.com>
+# Contributor: Alexander Rødseth <rodseth@gmail.com>
pkgname=gliv
pkgver=1.9.7
-pkgrel=2
-pkgdesc="OpenGL image viewer"
-arch=('i686' 'x86_64' 'mips64el')
-url="http://guichaz.free.fr/gliv/"
+pkgrel=3
+pkgdesc='OpenGL image viewer'
+arch=('x86_64' 'i686' 'mips64el')
+url='http://guichaz.free.fr/gliv/'
license=('GPL')
depends=('gtkglext')
-changelog=$pkgname.changelog
-source=(http://guichaz.free.fr/gliv/files/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('5f0fafaf41651da8882e88b3df062d02')
+changelog="$pkgname.changelog"
+source=("http://guichaz.free.fr/gliv/files/$pkgname-$pkgver.tar.bz2")
+sha256sums=('5be6d071927dcb371676a9e4e9e4c54e8b2f4842f04dd63727b9a5032ddbcb69')
build() {
- cd ${srcdir}/${pkgname}-${pkgver}
+ cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr --mandir=/usr/share/man
- sed -i 's:pixmaps |:pixmaps $(datadir)/applications |:;s:vendor=gnome:vendor=gnome --dir=$(datadir)/applications:' Makefile
make
}
package() {
- cd ${srcdir}/${pkgname}-${pkgver}
+ cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR=${pkgdir} install
+ make DESTDIR="$pkgdir" install
}
+
+# vim:set ts=2 sw=2 et: