contrib/gconf/Pkgfile
2019-10-06 15:35:57 +11:00

27 lines
569 B
Plaintext

# Description: An obsolete configuration database system
# URL: https://projects-old.gnome.org/gconf/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: dbus-glib intltool libxml2
name=gconf
version=3.2.6
release=1
source=(https://download.gnome.org/sources/GConf/3.2/GConf-$version.tar.xz)
build() {
cd GConf-$version
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/$name \
--disable-orbit \
--disable-nls \
--enable-gsettings-backend=no
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/gtk-doc
rm -r $PKG/usr/share/locale
}