1 # Contributor: Stefan Clarke <fm0nk3y@yahoo.co.uk>
2 # Maintainer: Dany Martineau <dany.luc.martineau gmail.com>
4 pkgname=shantz-xwinwrap-bzr
7 pkgdesc="Utility to play Movies on your Desktop Or ElectricSheep"
8 [ "$CARCH" = "i686" ] && ARCH=x86
9 [ "$CARCH" = "x86_64" ] && ARCH=x86_64
11 url="http://tech.shantanugoel.com/projects/linux/shantz-xwinwrap"
12 license=(Other/Open Source)
13 depends=(libxext libxrender)
15 conflicts=('xwinwrap')
16 makedepends=('bzr' 'make')
21 _bzrroot="lp:xwinwrap"
26 msg "Connecting to launchpad BZR server...."
29 if [ "$CARCH" == "i686" ]; then
30 make all32 || return 1
31 install -D -m0755 ${srcdir}/xwinwrap/i386/xwinwrap ${pkgdir}/usr/bin/xwinwrap || return 1
33 make all64 || return 1
34 install -D -m0755 ${srcdir}/xwinwrap/x86_64/xwinwrap ${pkgdir}/usr/bin/xwinwrap || return 1