2012-12-07 05:31:55 +08:00
|
|
|
#
|
|
|
|
# Chakra Packages for Chakra, part of chakra-project.org
|
|
|
|
#
|
|
|
|
# maintainer: abveritas[at]chakra-project[dot]org>
|
2012-08-10 03:24:51 +08:00
|
|
|
|
|
|
|
pkgname=grub2-themes-dharma
|
2013-03-06 07:03:10 +08:00
|
|
|
_pkgname=Dharma
|
2013-03-06 01:30:08 +08:00
|
|
|
pkgver=1.6
|
2013-03-06 07:03:10 +08:00
|
|
|
pkgrel=2
|
2012-08-10 03:24:51 +08:00
|
|
|
pkgdesc="Chakra Dharma Grub2-theme."
|
|
|
|
url="http://chakra-project.org"
|
|
|
|
screenshot="http://ext4.files.wordpress.com/2012/08/dharma-grub-theme.png"
|
|
|
|
arch=('any')
|
2013-02-13 09:12:40 +08:00
|
|
|
license=('CC-BY-ND')
|
2012-08-10 03:24:51 +08:00
|
|
|
depends=('grub2-common')
|
|
|
|
install=${pkgname}.install
|
2013-03-06 07:03:10 +08:00
|
|
|
source=("http://chakra.sourceforge.net/sources/grub2-themes/$pkgver/$_pkgname.tar.xz")
|
|
|
|
md5sums=('d708232349e14966304c3ee4c86e6687')
|
2012-08-10 03:24:51 +08:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd "${srcdir}"
|
|
|
|
|
|
|
|
install -dm755 "$pkgdir/usr/share/grub/themes"
|
|
|
|
cp -dpr --no-preserve=ownership "${_pkgname}" "$pkgdir/usr/share/grub/themes"
|
|
|
|
}
|