# Maintainer: Victor Perevozchikov webmaster@victor3d.com.br pkgname=snowleopard-backgrounds pkgver=1 pkgrel=1 pkgdesc='OS X Snow Leopard Backgrounds' arch=('any') url="http://dev.victor3d.com.br/backgrounds/" license=('MIT') source=('http://dev.victor3d.com.br/backgrounds/snowleopard.tar.gz') sha256sums=('a0cc9417ffb8dc8b8afe8e502fc97c734dabd68b3ff30c3200e1cb39f7529b89') package() { mkdir -p ${pkgdir}/usr/share/backgrounds/snowleopard/ cp -r "${srcdir}"/* "$pkgdir/usr/share/backgrounds/snowleopard" }