summaryrefslogtreecommitdiffstats
path: root/dconf/Pkgfile
blob: a7b003fd837ef6f29b4f626768e6c26b465ace10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description: Système de configuration bas-niveau
# URL: http://www.gnome.org/
# Maintainer: NuTyX core team
# Packager: piernov <piernov@piernov.org>
# Depends on: gobject-introspection, gtk3
# Run on: gobject-introspection,gtk3

name=dconf
version=0.10.0
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)

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