updated on Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git] / xfce-utils-git / PKGBUILD
blob1d35cead12dcc13261e15a30be9950d08b3f4227
1 # $Id: PKGBUILD 58706 2009-11-11 21:49:20Z andyrtr $
2 # Maintainer: tobias <tobias funnychar archlinux.org>
3 # Contributor: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
5 pkgname=xfce-utils-git
6 _pkgname=xfce-utils
7 pkgver=20100408
8 pkgrel=2
9 pkgdesc="Utilities for Xfce"
10 arch=(i686 x86_64)
11 license=('GPL2')
12 url="http://www.xfce.org/"
13 groups=('xfce4-git')
14 depends=("libxfce4ui-git" 'hicolor-icon-theme')
15 makedepends=('git' 'pkgconfig' 'intltool')
16 optdepends=('perl:      enables migration script for 4.4 configuration files')
17 options=('!libtool')
18 install=${_pkgname}.install
19 source=()
20 md5sums=()
22 _gitroot="git://git.xfce.org/xfce/xfce-utils"
23 _gitname="xfce-utils"
25 build() {
26     
27     cd $srcdir
28     msg "Getting sources..."
29     
30     if [ -d "$srcdir/$_gitname" ] ; then
31          cd $_gitname && git pull origin
32          msg "The local files are updated."
33         else
34          git clone $_gitroot
35         fi
37 msg "GIT checkout done or server timeout"
38 msg "Starting build..."
40   cd ${startdir}/src/${_pkgname}
41   ./autogen.sh --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
42     --localstatedir=/var --disable-static  --enable-debug=minimum --enable-maintainer-mode
43   make || return 1
44   make DESTDIR=${startdir}/pkg install || return 1