Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chakra
Packages
desktop
Commits
f7fdce42
Commit
f7fdce42
authored
Jul 08, 2011
by
Daniele Cocca
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rebuilding pokerth against newer gnutls.
parent
c7e78a04
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
pokerth/PKGBUILD
pokerth/PKGBUILD
+7
-6
No files found.
pokerth/PKGBUILD
View file @
f7fdce42
...
...
@@ -6,26 +6,27 @@
# include global config
source
../_buildscripts/
${
current_repo
}
-
${
_arch
}
-cfg
.conf
pkgname
=
pokerth
_pkgname
=
PokerTH
pkgver
=
0.8.3
pkgrel
=
1
_pkgver
=
0.8.3
pkgname
=
pokerth
pkgver
=
0.8.3.1
pkgrel
=
3.1
pkgdesc
=
"PokerTH is a Texas Holdem poker game written in C++/Qt."
arch
=(
'i686'
'x86_64'
)
license
=(
'GPL'
'custom'
)
depends
=(
'qt>=4.4.3'
'zlib>=1.2.3'
'curl>=7.1.6'
'gnutls>=2.2.2'
'libgsasl'
'boost>=1.36'
'sdl'
'sdl_mixer'
'icu'
)
url
=
"http://www.pokerth.net/"
source
=(
"http://downloads.sourceforge.net/sourceforge/
${
pkgname
}
/
${
_pkgname
}
-
${
pkgver
}
-src.tar.bz2"
)
source
=(
"http://downloads.sourceforge.net/sourceforge/
${
pkgname
}
/
${
_pkgname
}
-
${
_
pkgver
}
-src.tar.bz2"
)
md5sums
=(
'adbe56ad5f547eb255dad91de564bf1c'
)
build
()
{
cd
"
${
srcdir
}
/
${
_pkgname
}
-
${
pkgver
}
-src"
cd
"
${
srcdir
}
/
${
_pkgname
}
-
${
_
pkgver
}
-src"
qmake pokerth.pro
||
return
1
make
||
return
1
}
package
()
{
cd
"
${
srcdir
}
/
${
_pkgname
}
-
${
pkgver
}
-src"
cd
"
${
srcdir
}
/
${
_pkgname
}
-
${
_
pkgver
}
-src"
make
INSTALL_ROOT
=
"
${
pkgdir
}
"
install
||
return
1
install
-D
-m755
pokerth
"
${
pkgdir
}
/usr/bin/pokerth"
||
return
1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment