updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / centbar / PKGBUILD
blob53add82d576f38d1469bc410939cbb5bacb1e24f
1 # Contributer: Nat
3 pkgname=centbar
4 pkgver=1.20
5 pkgrel=1
6 pkgdesc="从fbpanel修改而来的面板(panel)"
7 url="http://code.google.com/p/centbar/"
8 #groups=()
9 depends=('gtk2' 'libxmu')
10 license="GPL"
11 backup=('etc/xdg/centbar/config.conf' 'etc/xdg/centbar/panel.conf' 'etc/xdg/centbar/theme.conf' \
12                 'etc/xdg/centbar/menu.conf')
13 source=(http://centbar.googlecode.com/files/$pkgname-$pkgver-src.tar.gz)
14 md5sums=('3112357084903d22c39239ae81d78c05')
15 arch=('i686' 'x86_64')
17 build() {
18         cd $srcdir/$pkgname
19         ./configure
20         make || return 1
21         make DESTDIR=$pkgdir install
22         chmod -R 755 $pkgdir/usr/share/centbar/plugins