summaryrefslogtreecommitdiffstats
path: root/xfce/ristretto/Pkgfile
blob: c715fe718c8e4ec465b9c9eb9e6a518ca2a0316a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Description: Visionneuse d'images pour Xfce
# URL: http://goodies.xfce.org/projects/applications/ristretto
# Maintainer: NuTyX core team
# Packager: fred.galusik at gmail dot com
# Depends on: xfce4-dev-tools, thunar, libexif

name=ristretto
version=0.0.22
release=1
source=(http://goodies.xfce.org/releases/$name/$name-$version.tar.gz)

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