summaryrefslogtreecommitdiff
path: root/community/gpicview/PKGBUILD
blob: 6d52008320da75ee8d152ea5ccb9a20722c59a9c (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
# $Id: PKGBUILD 69882 2012-04-25 13:40:48Z bpiotrowski $ 
# Maintainer:  Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Angel Velasquez <angvp@archlinux.org> 
# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>

pkgname=gpicview
pkgver=0.2.3
pkgrel=1
pkgdesc="lightweight image viewer"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL2')
url="http://lxde.org/"
groups=('lxde')
depends=('gtk2' 'desktop-file-utils')
install=$pkgname.install
makedepends=('pkgconfig' 'intltool')
optdepends=('librsvg: For SVG support')
source=(http://ftp.de.debian.org/debian/pool/main/g/$pkgname/${pkgname}_${pkgver}.orig.tar.xz)
md5sums=('0f1275b5b0ca66e48963a7ccda8a5019')

build() {
	cd "$srcdir/$pkgname-$pkgver"
        sed -ri 's/^(gpicview_LDADD = .+)/\1 -lm/' src/Makefile.in
	./configure --sysconfdir=/etc --prefix=/usr
	make
}

package() {
	cd "$srcdir/$pkgname-$pkgver"
	make DESTDIR="$pkgdir" install
}