summaryrefslogtreecommitdiffstats
path: root/extra/gconf/Pkgfile
blob: 4a86be6916dc184d017473b1c2e3d11a15651192 (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
28
# Description: Système de configuration de base de données
# URL: http://www.gnome.org/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: orbit2, polkit, dbus-glib, gtk, libldap
# Run on: orbit2, polkit, dbus-glib, gtk, libldap

name=gconf
version=2.32.1
ver_lfs=2.28.1
release=2
source=(http://ftp.gnome.org/pub/gnome/sources/GConf/${version%.*}/GConf-$version.tar.bz2\
	http://www.linuxfromscratch.org/patches/blfs/svn/GConf-$ver_lfs-sysconfdir-1.patch )

build() {
	cd GConf-$version
	patch -Np1 -i ../GConf-$ver_lfs-sysconfdir-1.patch
	./configure --prefix=/usr \
	            --sysconfdir=/etc \
		    --disable-static \
 		    --enable-defaults-service \
            	    --libexecdir=/usr/lib/GConf \
            	    --mandir=/usr/share/man
	make 
	make DESTDIR=$PKG install
	rm -r $PKG/usr/share/gtk-doc
	install -v -m755 -d $PKG/etc/gconf/gconf.xml.system
}