updated on Sat Jan 21 16:18:39 UTC 2012
[aur-mirror.git] / tint2-themes / PKGBUILD
blob2b91dcc87fddf826a030d50e93213b28dc77cc50
1 # Maintainer: wido <widomaker2k7@gmail.com>
3 pkgname=tint2-themes
4 _pkgname=tint2
5 pkgver=0.10
6 pkgrel=1
7 pkgdesc="Theme for tint2"
8 license=(GPL3)
9 arch=('i686' 'x86_64')
10 depends=('tint2')
11 url="http://tint2.googlecode.com/"
12 source=(http://tint2.googlecode.com/files/$_pkgname-$pkgver-theme.tar.gz)
13 sha1sums=('e80c5bc2e40fade2175365ae935f4f08bc022d1c')
15 build() {
16         install -d ${pkgdir}/usr/share/tint2/themes/
17     cd ${srcdir}/${_pkgname}-${pkgver}-theme
18     cp ./*.tint2rc ${pkgdir}/usr/share/tint2/themes/ || return 1