summaryrefslogtreecommitdiff
path: root/portsToCome/gconf/Pkgfile
blob: 95e7f455a897734932865b18653320ccd9d55981 (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
# Description: configuration database system
# URL: http://www.gnome.org/projects/gconf/
# Maintainer: Erich Eckner, erich at eckner dot net
# Packager:   Matt Housh, jaeger at morpheus dot net
# Depends on: orbit2 libxml2 gtk dbus-glib intltool

name=gconf
version=2.32.4
release=1
source=(ftp://ftp.gnome.org/pub/gnome/sources/GConf/${version%.*}/GConf-$version.tar.bz2)

build() {
  cd GConf-$version
  rm po/*.po
  sed -i -e "s/USE_NLS=yes/USE_NLS=no/" \
      -e "s/ENABLE_NLS 1/ENABLE_NLS 0/" configure
  ./configure --prefix=/usr \
              --mandir=/usr/man \
              --libexecdir=/usr/lib/GConf \
              --disable-gtk-doc
  make
  make DESTDIR=$PKG install
  rm -rf $PKG/usr/share/gtk-doc
}