updated on Sun Jan 8 20:02:33 UTC 2012
[aur-mirror.git] / bmpanel-wo-ds / PKGBUILD
blob9f52f1d59cd5ec196efbaa9ff4f614ef35904f07
1 # Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
3 pkgname=bmpanel-wo-ds
4 pkgver=1.0
5 pkgrel=1
6 pkgdesc="A simplified native theme for bmpanel without desktop switcher"
7 arch=('any')
8 url="http://nsf.110mb.com/bmpanel/"
9 license=('custom')
10 depends=('bmpanel')
11 source=("theme")
12 md5sums=('456161380ef26d8ca3e8c0b08097405d')
14 package() { 
15   install -d $pkgdir/usr/share/bmpanel/themes/native-wo-ds
16   cp /usr/share/bmpanel/themes/native/clock* \
17     /usr/share/bmpanel/themes/native/tile_img.png \
18     /usr/share/bmpanel/themes/native/tb_* \
19     /usr/share/bmpanel/themes/native/separator_img.png \
20      $pkgdir/usr/share/bmpanel/themes/native-wo-ds
21   install -m644 $srcdir/theme \
22     $pkgdir/usr/share/bmpanel/themes/native-wo-ds/theme
23   install -D -m644 /usr/share/licenses/bmpanel/COPYING \
24     $pkgdir/usr/share/licenses/$pkgname/COPYING