wok-next view gnubg/receipt @ rev 20712

libtorrent: fix rtorrent building for non-64bit archs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:13:53 2018 +0300 (2018-05-27)
parents 757d032c55c7
children f48456621a9d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gnubg"
4 VERSION="1.05.000"
5 CATEGORY="games"
6 SHORT_DESC="GNU Backgammon game"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="http://www.gnubg.org/"
11 TARBALL="$PACKAGE-release-$VERSION-sources.tar.gz"
12 WGET_URL="http://files.gnubg.org/media/sources/$TARBALL"
14 BUILD_DEPENDS="autoconf automake bison flex libtool \
15 glib-dev libpng16-dev freetype-dev gtk+-dev cairo-dev libcanberra-dev \
16 gtkglext-dev readline-dev python sqlite3-dev gmp-dev"
18 compile_rules() {
19 ./configure \
20 --disable-cputest \
21 $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make DESTDIR=$DESTDIR install
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="gtk+ libcanberra ncurses python gmp libvorbis libltdl"
30 }