updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / xcursor-mac / PKGBUILD
blob8a2f364ed1db78523795db617d6388041578a9ca
1 # Maintainer: Martin Lee <hellnest.fuah@gmail.com>
2 # Contributor: Huulivoide
4 pkgname=xcursor-mac
5 pkgver=1
6 pkgrel=2
7 _file=mac_os_cursors_by_rian76-d3dtuei.7z
8 pkgdesc="X-Cursor Mac OS Theme"
9 arch=('any')
10 url="http://rian76.deviantart.com/art/Mac-OS-cursors-204625962"
11 license=('custom')
12 makedepends=('p7zip' 'xorg-xcursorgen')
13 DLAGENTS=('http::/usr/bin/wget -c -t 3 --waitretry=3 -H -U Mozilla -O %o %u')
14 source=('http://www.deviantart.com/download/204625962/mac_os_cursors_by_rian76-d3dtuei.7z'
15         'index.theme')
17 build() {
18   cd "${scrdir}"
19   7z x "${_file}"
20   
21   # Perpare specified location
22   mkdir -p "${pkgdir}/usr/share/icons/${pkgname}"
23   tar -xf SL.tar.gz
25   cd SL
26   rm -fr cursors/*
27   ./make.sh
29   cp -r cursors "${pkgdir}/usr/share/icons/${pkgname}/"
30   install -Dm644 ../index.theme "${pkgdir}/usr/share/icons/${pkgname}/"
33 sha256sums=('ef35ebb57b8b8744ac07068f6b9dcc478be46e6471d90d20d2af571941cf0c52'
34             'e5f15b82155a5937a23970c5f3aa3557c89677b05de0ad69b119d343e8a5bd0b')