updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / bambus / PKGBUILD
blob19b664c25d7e61adf65a2445a4cb55c042d00c71
1 # Bambus
2 # Maintainer: ying <Jinoto Systems>
3 # Contributor: ying <Jinoto Systems>
4 pkgname=bambus  
5 pkgver=2.4
6 pkgrel=1
7 pkgdesc="A small and simple GTK Gui to change Wallpapers using feh, Esetroot, hsetroot, habak or any other command tool."
8 url="http://malisch-ts.de"
9 arch=('i686' 'x86_64')
10 license=('GPL3')
11 depends=('gtkmm' 'eterm') # 'eterm' can be changed in any command tool to draw the wallpaper.
12 optdepends=('eterm' 'habak' 'feh' 'hsetroot' 'others')
13 source=("https://downloads.sourceforge.net/project/simplebambus/bambus-${pkgver}-source.tar.gz?r=&ts=1289210369&use_mirror=master")
14 md5sums=('c8001d9f837f04f4f8712729c2aa1849')
16 build() {
17   make all
19 package() {
20   install -Dm755 bambus $pkgdir/usr/bin/bambus || return