updated on Wed Jan 11 08:01:35 UTC 2012
[aur-mirror.git] / picmi / PKGBUILD
blob7e5461342484ed690f0307523e97b1284c18cf3b
1 # Maintainer: schuay <jakob.gruber@gmail.com>
3 pkgname=picmi
4 pkgver=1.3.5
5 pkgdesc="A picross and minesweeper clone."
6 pkgrel=1
7 arch=('i686' 'x86_64')
8 url="http://github.com/schuay/${pkgname}/"
9 license=('GPL')
10 source=("https://github.com/downloads/schuay/${pkgname}/${pkgname}-$pkgver.tar.bz2")
11 md5sums=('b03939d32c043f9480edfa7d87986e2b')
12 depends=('sfml' 'qt' 'boost-libs')
13 makedepends=('boost' 'cmake')
15 build() {
16   cd ${srcdir}/${pkgname}
18   rm -rf ./build
19   mkdir build && cd build
20   cmake -DCMAKE_INSTALL_PREFIX="/usr" ..
21   make
24 package() {
25   cd ${srcdir}/${pkgname}/build
27   make DESTDIR="${pkgdir}" install