summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 366921fbb74ef32bf14690f908de96ec9ade337b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Contributor: Michael Straube <straubem@gmx.de>
# Contributor: 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>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
# Maintainer: Actionless Loveless <actionless DOT loveless PLUS aur AT gmail MF com>

pkgname=gliv
pkgver=1.9.7
pkgrel=6
pkgdesc='OpenGL image viewer'
arch=(x86_64 i686)
url='http://guichaz.free.fr/gliv/'
license=('GPL2')
depends=('gtkglext')
source=("http://guichaz.free.fr/gliv/files/$pkgname-$pkgver.tar.bz2")
sha1sums=('b040a08ac81d17e7dd872d67662378f4f95f7820')

build() {
  cd $pkgname-$pkgver

  ./configure --prefix=/usr
  make
}

package() {
  cd $pkgname-$pkgver

  make DESTDIR="$pkgdir" datadir="$pkgdir"/usr/share install
}