updated on Mon Jan 16 00:01:41 UTC 2012
[aur-mirror.git] / bootsplash-fb / PKGBUILD
blob8578d336ac3395c0398f5a05177573c97ff8eb95
1 # $Id:$
2 # Contributor: Balwinder S "bsd" Dheeman (bdheeman AT gmail.com)
4 pkgname=bootsplash-fb
5 pkgver=1.0.0
6 pkgrel=2
7 pkgdesc="Triggers installation of a good working fbsplash :)"
8 arch=('i686' 'x86_64')
9 url='http://wiki.archlinux.org/index.php/Fbsplash'
10 license=('GPL2')
11 depends=(fbsplash fbsplash-theme-natural-arch kernel26-fbcondecor)
13 build() {
14     true
17 # vim:set ts=2 sw=2 et: