updated on Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git] / shantz-xwinwrap-bzr / PKGBUILD
blob088e89a15e84fc2d2dee2f0619e761043ffc1f30
1 # Contributor:  Stefan Clarke <fm0nk3y@yahoo.co.uk>
2 # Maintainer: Dany Martineau <dany.luc.martineau gmail.com>
4 pkgname=shantz-xwinwrap-bzr
5 pkgver=20090421
6 pkgrel=3
7 pkgdesc="Utility to play Movies on your Desktop Or ElectricSheep"
8 [ "$CARCH" = "i686"   ] && ARCH=x86
9 [ "$CARCH" = "x86_64" ] && ARCH=x86_64
10 arch=(i686 x86_64)
11 url="http://tech.shantanugoel.com/projects/linux/shantz-xwinwrap"
12 license=(Other/Open Source)
13 depends=(libxext libxrender)
14 provides=('xwinwrap')
15 conflicts=('xwinwrap')
16 makedepends=('bzr' 'make')
18 source=()
19 md5sums=()
21 _bzrroot="lp:xwinwrap"
22 _bzrmod="xwinwrap"
24 build() {
25   cd ${srcdir}
26   msg "Connecting to launchpad BZR server...."
27   bzr branch $_bzrroot
28   cd $_bzrmod
29    if [ "$CARCH" == "i686" ]; then
30            make all32 || return 1
31            install -D -m0755 ${srcdir}/xwinwrap/i386/xwinwrap ${pkgdir}/usr/bin/xwinwrap || return 1
32         else 
33            make all64 || return 1
34            install -D -m0755 ${srcdir}/xwinwrap/x86_64/xwinwrap ${pkgdir}/usr/bin/xwinwrap || return 1
35         fi