PKGBUILDs/extra/xfconf/PKGBUILD
2009-10-09 21:23:22 -05:00

28 lines
998 B
Bash

# $Id: PKGBUILD 53990 2009-10-04 21:31:52Z andyrtr $
# Maintainer: tobias <tobias funnychar archlinux.org>
pkgname=xfconf
pkgver=4.6.1
pkgrel=2
pkgdesc="xfconf.. thingie"
arch=('i686' 'x86_64')
license=('GPL2')
url="http://www.xfce.org/"
groups=('xfce4')
depends=("dbus-glib>=0.80" "libxfce4util>=4.6.1")
makedepends=('pkgconfig' 'perl-extutils-depends' 'perl-extutils-pkgconfig')
options=('!libtool')
replaces=('libxfce4mcs' 'xfce-mcs-manager' 'xfce-mcs-plugins')
conflicts=('libxfce4mcs' 'xfce-mcs-manager' 'xfce-mcs-plugins')
source=(http://mocha.xfce.org/archive/xfce-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2)
md5sums=('d4d3018767ea9eb4b57cc57d4038023b')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
--localstatedir=/var --disable-static
make || return 1
make DESTDIR=${startdir}/pkg install || return 1
rm -rf ${startdir}/pkg/usr/share/gtk-doc
rm -f ${pkgdir}/usr/lib/perl5/core_perl/perllocal.pod
}