summaryrefslogtreecommitdiff
path: root/community/pokerth/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/pokerth/PKGBUILD')
-rw-r--r--community/pokerth/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/community/pokerth/PKGBUILD b/community/pokerth/PKGBUILD
index d9b83a43a..1c85368b1 100644
--- a/community/pokerth/PKGBUILD
+++ b/community/pokerth/PKGBUILD
@@ -1,12 +1,13 @@
-# $Id: PKGBUILD 85448 2013-03-01 18:25:07Z svenstaro $
+# $Id: PKGBUILD 87277 2013-03-29 18:53:13Z cinelli $
# Maintainer: Mateusz Herych <heniekk@gmail.com>
# Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com>
# Contributor: Vasco Costa <vasco.costa@meiodigital.com>
+# Contributor: Federico Cinelli <cinelli@aur.archlinux.org>
pkgname=pokerth
_realname=PokerTH
pkgver=1.0
-pkgrel=4
+pkgrel=5
pkgdesc="Poker game written in C++/QT4"
arch=('i686' 'x86_64')
url="http://www.pokerth.net/"
@@ -22,7 +23,7 @@ build() {
sed -i '31 i #include <libircclient/libirc_rfcnumeric.h>' src/net/common/ircthread.cpp
- qmake $pkgname.pro
+ qmake-qt4 "$pkgname.pro"
make
}
@@ -31,6 +32,6 @@ package() {
make INSTALL_ROOT="$pkgdir" install
- install -D -m644 docs/pokerth.1 "$pkgdir/usr/share/man/man1/pokerth.1"
- install -D -m644 data/data-copyright.txt "$pkgdir/usr/share/licenses/pokerth/data-copyright.txt"
+ install -Dm644 "docs/pokerth.1" "$pkgdir/usr/share/man/man1/pokerth.1"
+ install -Dm644 "data/data-copyright.txt" "$pkgdir/usr/share/licenses/pokerth/data-copyright.txt"
}