updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / splashy-themes / PKGBUILD
blob22def057cb6ed1b0229d2fe9f20017729cee6d76
1 # Contributor: Lexiw <llexiw@gmail.com>
2 # Contributor: SiD/sidious <miste7@web.de>
3 # Contributor: Jeremy Sands <cto@jeremysands.com>
5 pkgname=splashy-themes
6 pkgver=0.4
7 pkgrel=1
8 pkgdesc="Splashy Themes"
9 arch=('i686' 'x86_64')
10 url="http://bbs.archlinux.org/viewtopic.php?id=48978"
11 license=('custom')
12 depends=('splashy' 'archlinux-wallpaper')
13 conflicts=('splashy-theme-darch')
14 source=(http://www.jeremysands.com/archlinux/${pkgname}-${pkgver}.tar.gz)
15 md5sums=('069742022a3e8b2fe127bf4fbc8e22b5')
17 build() {
18   cd ${startdir}/src/${pkgname}-${pkgver}
20   DESTDIR=${startdir}/pkg ./install.sh
23 # vim:set ts=2 sw=2 et: