updated on Sun Jan 22 16:00:49 UTC 2012
[aur-mirror.git] / bmpanel-wo-ds / PKGBUILD
blobd97468077034c61a50e7e875b493dcd035179eb1
1 # Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
3 pkgname=bmpanel-wo-ds
4 pkgver=1.0
5 pkgrel=3
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 -a /usr/share/bmpanel/themes/native/clock* \
17     $pkgdir/usr/share/bmpanel/themes/native-wo-ds
18   cp -a /usr/share/bmpanel/themes/native/tile_img.png \
19     $pkgdir/usr/share/bmpanel/themes/native-wo-ds
20   cp -a /usr/share/bmpanel/themes/native/tb_* \
21     $pkgdir/usr/share/bmpanel/themes/native-wo-ds
22   cp -s /usr/share/bmpanel/themes/native/separator_img.png \
23     $pkgdir/usr/share/bmpanel/themes/native-wo-ds
24   install -m644 $srcdir/theme \
25     $pkgdir/usr/share/bmpanel/themes/native-wo-ds/theme
26   install -Dm644 /usr/share/licenses/bmpanel/COPYING \
27     $pkgdir/usr/share/licenses/$pkgname/COPYING