updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / mint-backgrounds-isadora / PKGBUILD
blob882fc6d7e5cb91b57d6edca1d43c2842fac43c7d
1 # Maintainer: Ryan Peters <sloshy45 _AT_ sbcglobal _DOT_ net>
2 # Special thanks to the Linux Mint project; without them this would not exist.
3 pkgname=mint-backgrounds-isadora
4 pkgver=1.0
5 pkgrel=1
6 pkgdesc="The desktop backgrounds made for Linux Mint 9 Isadora"
7 arch=('any')
8 url="http://packages.linuxmint.com/pool/main/m/mint-backgrounds-isadora"
9 license=('GPL')
10 depends=()
11 optdepends=()
12 source=("${url}/${pkgname}_${pkgver}.tar.gz")
13 md5sums=('e71241cd869a5ad80d8277a336c5df88')
15 build() {
16   cd "$srcdir/${pkgname}"
17   cp -R usr $pkgdir/
19 # vim:syntax=sh