4 pkgdesc="Preferans -- quite old European card game mostly popular in Russia"
6 url="http://openpref.sourceforge.net/"
9 makedepends=('cmake>=2.4.8')
10 source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
11 md5sums=('7b51607c2145f0063f405e159c6410bf')
14 cd "${srcdir}/${pkgname}-${pkgver}"
16 # quick and dirty patch
17 cp CMakeLists.txt CMakeLists.txt.orig
18 sed 's/games/bin/g' < CMakeLists.txt.orig > CMakeLists.txt
21 cmake -D CMAKE_INSTALL_PREFIX="/usr" ..
23 make DESTDIR="${pkgdir}" install