void-packages/srcpkgs/xfconf/template

50 lines
1.4 KiB
Plaintext
Raw Normal View History

# Template file for 'xfconf'
pkgname=xfconf
2012-04-29 07:28:09 +00:00
version=4.10.0
revision=3
build_style=gnu-configure
hostmakedepends="pkg-config intltool>=0.50.2_1"
makedepends="dbus-glib-devel libxfce4util-devel"
short_desc="Xfce hierarchical (tree-like) configuration system"
maintainer="Juan RP <xtraeme@gmail.com>"
2012-04-19 14:54:50 +00:00
license="GPL-2, LGPL-2.1"
homepage="http://xfce.org"
distfiles="http://archive.se.xfce.org/src/xfce/xfconf/4.10/$pkgname-$version.tar.bz2"
2012-04-29 07:28:09 +00:00
checksum=175219a441cc7d0f210bbd1a3b0abba41598627cd9db27235811400c3e100576
long_desc="
Xfconf is a hierarchical (tree-like) configuration system where the
immediate child nodes of the root are called channels. All settings
beneath the channel nodes are called properties."
# Package build options
build_options="perl"
desc_option_perl="Enable support for perl bindings"
if [ "$build_option_perl" ]; then
configure_args+=" --enable-perl-bindings"
makedepends+=" perl>=5.16 perl-ExtUtils-Depends perl-ExtUtils-PkgConfig perl-Glib>=1.242_1"
else
configure_args+=" --disable-perl-bindings"
fi
xfconf-devel_package() {
depends="dbus-glib-devel xfconf>=$version"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/share/gtk-doc
}
}
xfconf_package() {
if [ "$build_option_perl" ]; then
replaces="xfconf-perl>=0"
provides="xfconf-perl-${version}"
depends="perl-Glib>=1.242_1"
fi
pkg_install() {
vmove all
}
}