wok-next view freeciv/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents e4fd343fd7b8
children f48456621a9d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="freeciv"
4 VERSION="2.2.5"
5 CATEGORY="games"
6 SHORT_DESC="Empire-building strategy game"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://freeciv.wikia.com/wiki/Main_Page"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="zlib-dev ncurses-dev readline-dev gtk+-dev gettext \
15 libsdl-mixer-dev glibc-locale bzip2-dev expat-dev"
17 compile_rules() {
18 sed -i 's/--best/-9/' Makefile* data/scenario/Makefile*
20 ./configure \
21 --enable-client=gtk \
22 --enable-shared \
23 $CONFIGURE_ARGS &&
24 fix libtool &&
25 make -j1 &&
26 make -j1 install
27 }
29 genpkg_rules() {
30 copy @std
31 DEPENDS="zlib ncurses readline gtk+ gettext-base xorg-libXdamage \
32 libsdl-mixer bzip2"
33 TAGS="strategy"
34 }