wok-next view bird/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 5d37421ab2d0
children b156aee559a7
line source
1 # SliTaz package receipt v2.
3 PACKAGE="bird"
4 VERSION="1.6.3"
5 CATEGORY="network"
6 SHORT_DESC="Internet routing daemon"
7 MAINTAINER="allan316@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://bird.network.cz"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="ftp://bird.network.cz/pub/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="flex bison readline-dev ncurses-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 make &&
19 make DESTDIR=$DESTDIR install
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="readline ncurses"
25 TAGS="route routing daemon"
26 }