summaryrefslogtreecommitdiffstats
path: root/gnome-color-manager/Pkgfile
blob: 6566260197af759a8c271eccec7a4381e1b9e1a7 (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
# Description: Gestionnaire de profil de couleur pour Gnome
# URL: http://www.gnome.org/
# Maintainer: NutyX GNOME team
# Packager: piernov <piernov@piernov.org>
# Depends on: libcanberra, libtiff, libexif, exiv2, vte, clutter-gtk, colord
# Run on: libcanberra,libtiff,libexif,exiv2,vte,clutter-gtk,colord

name=gnome-color-manager
version=3.1.90
release=1
source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)

build() {
	cd $name-$version
	./configure --prefix=/usr \
		--sysconfdir=/etc \
		--localstatedir=/var \
		--libexecdir=/usr/bin \
		--disable-schemas-compile \
		--disable-scrollkeeper \
		--enable-clutter \
		--enable-exiv \
		--enable-packagekit
	make
	make DESTDIR=$PKG install
}