mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-12-08 23:03:46 +00:00
20 lines
831 B
Bash
20 lines
831 B
Bash
# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
|
|
# Maintainer: Roman Kyrylych <Roman.Kyrylych@gmail.com>
|
|
# Contributor: Björn Martensen <bjoern.martensen@gmail.com>
|
|
|
|
pkgname=xcursor-vanilla-dmz
|
|
pkgver=0.4
|
|
pkgrel=4
|
|
pkgdesc="Vanilla DMZ cursor theme"
|
|
arch=('i686' 'x86_64')
|
|
url="http://jimmac.musichall.cz/themes.php?skin=7"
|
|
license=("MIT")
|
|
source=(http://jimmac.musichall.cz/zip/vanilla-dmz-$pkgver.tar.bz2)
|
|
md5sums=('1d7f83a30785020b5f170586a51b7eda')
|
|
|
|
build() {
|
|
mkdir -p $startdir/pkg/usr/share/icons/Vanilla-DMZ
|
|
cp -R $startdir/src/Vanilla-DMZ/cursors $startdir/pkg/usr/share/icons/Vanilla-DMZ/cursors
|
|
install -Dm644 $startdir/src/Vanilla-DMZ/index.theme $startdir/pkg/usr/share/icons/Vanilla-DMZ/index.theme
|
|
install -Dm644 $startdir/src/Vanilla-DMZ/COPYING $startdir/pkg/usr/share/licenses/xcursor-vanilla-dmz/COPYING
|
|
}
|