PKGBUILDs/community/xcursor-pinux/PKGBUILD
2009-10-09 21:15:33 -05:00

18 lines
656 B
Bash

# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
# Maintainer: Roman Kyrylych <Roman.Kyrylych@gmail.com>
# Contributor: Roman Kyrylych <Roman.Kyrylych@gmail.com>
pkgname=xcursor-pinux
pkgver=0.3
pkgrel=7
pkgdesc="Pinux's Tux Cursors Theme"
arch=('i686' 'x86_64')
url="http://www.kde-look.org/content/show.php?content=19506"
license=("GPL")
source=(http://www.kde-look.org/CONTENT/content-files/19506-pinux%27s-tux-cursors-theme-$pkgver.tar.bz2 pArch.tar.bz2)
md5sums=('95f33e0e1be82342956a04bd7e6d15d6' 'e3ef027f5c5ccee08fd638ad62bcb8e0')
build() {
mkdir -p $startdir/pkg/usr/share/icons
cp -R $startdir/src/cursors/* $startdir/pkg/usr/share/icons/
}