summaryrefslogtreecommitdiffstats
path: root/ristretto/Pkgfile
blob: c93f7f590e014d4990eac8ec225d39fcd2c88abd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Description: Visionneuse d'images pour Xfce
# URL: http://goodies.xfce.org/projects/applications/ristretto
# Maintainer: Stephan Arts git.xfce.org/apps/ristretto/
# Packager: tnut at nutyx dot com
# Depends on: xorg-libxdamage, thunar,libexif
# Run on: thunar,libexif

name=ristretto
version=0.3.0
release=1
source=(http://archive.xfce.org/src/apps/$name/0.3/$name-$version.tar.bz2)

build() {
cd $name-$version
	./configure --prefix=/usr \
	--sysconfdir=/etc \
	--libexecdir=/usr/lib/xfce4 \
	--localstatedir=/var \
	--disable-static
	make
	make DESTDIR=$PKG install
	rm -r $PKG/usr/share/doc
}