milis/talimatname/genel/gconf/talimat

24 lines
606 B
Plaintext

# Description: A configuration database system used by many Gnome applications
# URL: http://www.gnome.org/
# Packager: pierre at nutyx dot org
# Depends on: dbus-glib intltool libxml2 gobject-introspection gtk3 polkit
name=gconf
version=3.2.6
release=2
source=(http://ftp.gnome.org/pub/gnome/sources/GConf/${version%.*}/GConf-$version.tar.xz)
build() {
cd GConf-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-static \
--libexecdir=/usr/lib/GConf \
--mandir=/usr/share/man \
--disable-orbit
make
make DESTDIR=$PKG install
ln -s gconf.xml.defaults $PKG/etc/gconf/gconf.xml.system
}