1 # Maintainer: wido <widomaker2k7@gmail.com>
7 pkgdesc="Theme for tint2"
11 url="http://tint2.googlecode.com/"
12 source=(http://tint2.googlecode.com/files/$_pkgname-$pkgver-theme.tar.gz)
13 sha1sums=('e80c5bc2e40fade2175365ae935f4f08bc022d1c')
16 install -d ${pkgdir}/usr/share/tint2/themes/
17 cd ${srcdir}/${_pkgname}-${pkgver}-theme
18 cp ./*.tint2rc ${pkgdir}/usr/share/tint2/themes/ || return 1