wok-next view freeciv/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 5669e8b3be70
children
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 gtk2-dev gettext-dev \
15 sdl-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 gtk2 gettext-base libxdamage \
32 sdl-mixer bzip2"
33 TAGS="strategy"
34 }