updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / mint-common / PKGBUILD
blobe79b25b5a5b27e33f24ca039a941f487b5e0b939
1 # Maintainer: Ryan Peters <sloshy45 _AT_ sbcglobal _DOT_ net>
2 # Special thanks to the Linux Mint project; without them this tool would not exist.
3 pkgname=mint-common
4 pkgver=1.0.5
5 pkgrel=1
6 pkgdesc="Linux Mint Common Files"
7 arch=('any')
8 url="http://packages.linuxmint.com/pool/main/m/mint-common"
9 license=('GPL')
10 depends=('python' 'gnome-python-desktop' 'pygtk' 'mint-translations')
11 optdepends=()
12 source=("${url}/${pkgname}_${pkgver}.tar.gz")
13 md5sums=('c9876054e3c9d4dd224ee1a605fc8b7b')
15 build() {
16   cd "$srcdir/${pkgname}"
17   cp -R usr $pkgdir/
19 # vim:syntax=sh