updated on Sun Jan 15 20:01:04 UTC 2012
[aur-mirror.git] / arandr-git / PKGBUILD
blobcd2adb2cd27249014505e06cfae33a0115b83303
1 # Maintainer: ClĂ©ment DEMOULINS <clement@archivel.fr>
3 pkgname=arandr-git
4 pkgver=20110131
5 pkgrel=1
6 pkgdesc="Provide a simple visual front end for XRandR 1.2."
7 arch=('any')
8 url="http://christian.amsuess.com/tools/arandr/"
9 license=('GPL3')
10 depends=('pygtk' 'desktop-file-utils' 'xorg-xrandr')
11 makedepends=('docutils' 'git')
12 conflicts=('arandr')
13 provides=('arandr')
14 install=$pkgname.install
16 source=()
17 md5sums=()
19 _gitroot="git://gitorious.org/arandr/arandr.git"
20 _gitname="arandr"
22 build() {
23   cd "$srcdir"
24   msg "Connecting to GIT server...."
26   if [ -d $_gitname ] ; then
27     cd $_gitname && git pull origin
28     msg "The local files are updated."
29   else
30     git clone $_gitroot $_gitname
31   fi
33   msg "GIT checkout done or server timeout"
34   msg "Starting make..."
36   rm -rf "$srcdir/$_gitname-build"
37   git clone "$srcdir/$_gitname" "$srcdir/$_gitname-build"
38   cd "$srcdir/$_gitname-build"
40   #
41   # BUILD HERE
42   #
44   python2 setup.py install --prefix=/usr --root=$startdir/pkg