2012-08-10 03:24:51 +08:00
|
|
|
# TODO
|
|
|
|
|
|
|
|
pkgname=grub2-themes-dharma
|
|
|
|
_pkgname=Dharma
|
2012-11-20 03:35:31 +08:00
|
|
|
pkgver=1.1
|
2012-08-10 03:24:51 +08:00
|
|
|
pkgrel=1
|
|
|
|
pkgdesc="Chakra Dharma Grub2-theme."
|
|
|
|
url="http://chakra-project.org"
|
|
|
|
screenshot="http://ext4.files.wordpress.com/2012/08/dharma-grub-theme.png"
|
|
|
|
arch=('any')
|
|
|
|
license=('CC-BY-SA')
|
|
|
|
depends=('grub2-common')
|
|
|
|
install=${pkgname}.install
|
2012-11-20 03:35:31 +08:00
|
|
|
source=("http://chakra-linux.org/sources/grub2-themes/$_pkgname-$pkgver.tar.xz")
|
|
|
|
md5sums=('39305a0c422f42f6ddf9a2663a541a2f')
|
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"
|
|
|
|
}
|