summaryrefslogtreecommitdiffstats
path: root/xfce/ristretto/Pkgfile
blob: d7a7c3f0d5850bdc439fc0b1cf9a07a1de27f19c (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: NuTyX core team
# Packager: fred.galusik at gmail dot com
# Depends on: xfce4-dev-tools, thunar, libexif
# Run 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
}