# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $ # Maintainer: Roman Kyrylych # Contributor: Lee.MaRS 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 }