updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / grub2-theme-archsphere / PKGBUILD
blob0716a0b45055b2ec51c548e152cc487e5225e531
1 # Maintainer: Frozen Fox <frozenfoxz@gmail.com>
2 # Contributor: Xabz <xabz.2k5@gmail.com>
3 # Wallpaper: Phillipe <http://gnome-look.org/content/show.php/Arch+Sphere?content=101136>
5 pkgname=grub2-theme-archsphere
6 pkgver=0.1.1
7 pkgrel=2
8 pkgdesc="Sleek grub2-gfxmenu theme, Arch branded (1024x768)"
9 arch=('i686' 'x86_64')
10 license=('GPL')
11 url="http://foro.archlinux.cl/viewtopic.php?id=12"
12 depends=('grub2-gfxmenu')
13 provides=()
14 conflicts=()
15 backup=()
16 install=archsphere.install
17 makedepends=('gzip')
18 source=("http://hateanthem.dreamhosters.com/arch/build/archsphere-${pkgver}.tar.gz")
19 md5sums=('581feb2c67806c005aa43437b28ecccd')
21 build() {
22   cd ${srcdir}/archsphere || return 1
24   install -d ${pkgdir}/boot/grub/themes/
25   install -d ${pkgdir}/boot/grub/themes/archsphere/
26   for i in ${srcdir}/archsphere/* ; do
27      install $i ${pkgdir}/boot/grub/themes/archsphere/
28   done