updated on Wed Jan 18 20:10:41 UTC 2012
[aur-mirror.git] / sunlight-bzr / PKGBUILD
blob58ea8e56748f505efa7aedee383d7cbabf707341
1 pkgname=sunlight-bzr
2 _realname=realtimesunlightwallpaper
3 pkgver=16
4 pkgrel=1
5 pkgdesc="A simple but useful application which retrieve an image from the internet and set it as a wallpaper every 30 minutes. "
6 arch=('i686' 'x86_64')
7 url="http://realtimesunlightwallpaper.weebly.com"
8 license=('other')
9 depends=()
10 makedepends=()
11 conflicts=('sunlight')
12 _bzrtrunk=https://launchpad.net/realtimesunlightwallpaper/trunk
13 _bzrmod=$pkgname
14 md5sums=()
16 build() {
17   cd $startdir/src/
18   msg "Connecting to the server...."
19   bzr co $_bzrtrunk $_bzrmod
20   cd $_bzrmod
21   msg "Starting make..."
22   mkdir -p $pkgdir/usr/bin/
23   mkdir -p $pkgdir/usr/share/icons/
24   make || return 1
25   make DESTDIR=$pkgdir install