1 # Maintainer: flan_suse <windows2linux AT zoho DOT com>
2 pkgname=xcursor-nintendo-wii
5 pkgdesc="Nintendo Wii controller cursor theme"
7 url="http://gnome-look.org/content/show.php/Wii+Cursors?content=100367"
11 source=('http://gnome-look.org/CONTENT/content-files/100367-WiiCursors-0.3.1.tar.bz2')
12 md5sums=('3fa928f448f974bc1bea15e30777bca6')
16 # Move into source directory
19 # Fix the file and folder permissions
24 find "$i" -type d -exec chmod 755 '{}' \;
25 find "$i" -type f -exec chmod 644 '{}' \;
29 # Create installation directories
30 install -d -m755 "${pkgdir}/usr/share/icons/"
32 # Install the cursor theme
37 cp -rf "$i" "${pkgdir}/usr/share/icons/"