updated on Mon Jan 16 12:07:49 UTC 2012
[aur-mirror.git] / xcursor-tux / PKGBUILD
blobf741bc5deb3151a82c89537b043c74d0284015c2
1 #Maintainer: Jarred Leonardo <jarredleonardo at googlemail dot com>
3 pkgname=xcursor-tux
4 pkgver=0.4
5 pkgrel=1
6 pkgdesc="Tux cursor theme."
7 arch=(i686 x86_64)
8 url="http://xfce-look.org/content/show.php/Resizeable+Tux+Cursor!?content=5376"
9 license=('GPL')
10 depends=()
11 source=("http://xfce-look.org/CONTENT/content-files/5376-tuxresize.tar.gz")
12 md5sums=('b43b0193cca54cb6477db560110d56ef')
14 build() {
15         cd $startdir/src/tuxcursor
16         install -d -m755 $startdir/pkg/usr/share/icons/tux/cursors
17         cd $startdir/src/tuxcursor/cursors
18         for i in * ; do
19                 install -D -m644 $i $startdir/pkg/usr/share/icons/tux/cursors
20         done