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

21 lines
689 B
Bash

# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
# Maintainer: Roman Kyrylych <Roman.Kyrylych@gmail.com>
# Contributor: Lee.MaRS <leemars@gmail.com>
pkgname=xcursor-flatbed
pkgver=0.1
pkgrel=2
pkgdesc="Flatbed XCursor Theme"
arch=('i686' 'x86_64')
url="http://www.gnome-look.org/content/show.php?content=52027"
license=("GPL")
source=('http://www.limitland.de/flatbedcursors-0.1.tar.bz2')
md5sums=('390fe8547b812f975704166f87a5ce3c')
build() {
for theme in Flat*; do
new_theme=`echo $theme | sed s/FlatbedCursors/Flatbed/ | sed s/[.]/-/g`
mkdir -p $startdir/pkg/usr/share/icons/$new_theme
cp -R $theme/{cursors,index.theme} $startdir/pkg/usr/share/icons/$new_theme
done
}