mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-12-08 23:03:46 +00:00
18 lines
611 B
Bash
18 lines
611 B
Bash
# $Id: PKGBUILD 1160 2009-08-13 01:22:14Z dgriffiths $
|
|
# Maintainer: Roman Kyrylych <Roman.Kyrylych@gmail.com>
|
|
# Contributor: rabyte <rabyte*at*gmail*dot*com>
|
|
|
|
pkgname=xcursor-bluecurve
|
|
pkgver=0.1.1
|
|
pkgrel=1
|
|
pkgdesc="Redhat's Bluecurve X mouse cursor theme"
|
|
arch=('any')
|
|
url="http://opendesktop.org/content/show.php?content=39229"
|
|
license=("GPL")
|
|
source=(http://opendesktop.org/CONTENT/content-files/39229-bluecurve-$pkgver.tar.gz)
|
|
md5sums=('b33ec17ade1dc3dd208fd4694dfa58df')
|
|
|
|
build() {
|
|
install -d $pkgdir/usr/share/icons/Bluecurve
|
|
cp -r $srcdir/bluecurve/* $pkgdir/usr/share/icons/Bluecurve || return 1
|
|
}
|