updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / libxfcegui4-devel / PKGBUILD
blob1c446ea297a2090c8f067769fc0cc75ea62c6f14
1 # Maintainer twa022 <twa022@gmail.com>
3 pkgname=libxfcegui4-devel
4 pkgver=4.6.1
5 pkgrel=1
6 pkgdesc="Various gtk widgets for Xfce (Development Version)"
7 arch=(i686 x86_64)
8 license=('GPL2')
9 url="http://www.xfce.org/"
10 groups=('xfce4-devel')
11 depends=('startup-notification' "xfconf-devel>=$pkgver" "libglade>=2.6.3" 'hicolor-icon-theme')
12 makedepends=('pkgconfig')
13 conflicts=('libxfcegui4' 'libxfcegui4-svn')
14 provides=("libxfcegui4=${pkgver}")
15 options=('!libtool')
16 install=libxfcegui4.install
17 source=(http://www.xfce.org/archive/xfce-${pkgver}/src/libxfcegui4-${pkgver}.tar.bz2)
18 md5sums=('539cff747634b8ee6f0d2362ee78a286')
20 build() {
21   cd ${srcdir}/libxfcegui4-${pkgver}
22   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
23     --localstatedir=/var --disable-static # --enable-xinerama
24   make || return 1
25   make DESTDIR=${pkgdir} install