wok-next annotate swig/receipt @ rev 20647

Up raptor (2.0.15), ruby (2.5.0), scons(3.0.0), screen (4.6.2), sharutils (4.15.2), slang (2.3.1), swig (3.0.12), sysstat (11.6.2), talloc (2.1.11), tcl (8.6.8), tidy-html5 (5.4.0), tk (8.6.8), udisks (1.0.5), unixODBC (2.3.5), unrar (5.5.8), upower (0.99.7), usbids (20180414), usbutils (009), vala (0.38.8), valgrind (3.13.0), wayland-protocols (1.13), yajl (2.1.0); add librep, rasqal, redland, rep-gtk.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 03 16:25:23 2018 +0300 (2018-05-03)
parents d43bf7aae921
children 342b30daff76
rev   line source
al@20647 1 # SliTaz package receipt v2.
slaxemulator@6872 2
slaxemulator@6872 3 PACKAGE="swig"
al@20647 4 VERSION="3.0.12"
slaxemulator@6872 5 CATEGORY="development"
al@20647 6 SHORT_DESC="A compiler that makes it easy to integrate C and C++ code with \
al@20647 7 scripting languages"
slaxemulator@6872 8 MAINTAINER="devel@slitaz.org"
pascal@15581 9 LICENSE="GPL3"
slaxemulator@6872 10 WEB_SITE="http://www.swig.org/"
al@20647 11 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/swig.html"
al@20647 12
slaxemulator@6872 13 TARBALL="$PACKAGE-$VERSION.tar.gz"
slaxemulator@6872 14 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
slaxemulator@6872 15
al@20513 16 BUILD_DEPENDS="pcre-dev zlib-dev"
slaxemulator@10357 17
al@20647 18 compile_rules() {
al@20647 19 ./configure \
al@20647 20 --without-clisp \
al@20647 21 --without-maximum-compile-warnings \
al@20647 22 $CONFIGURE_ARGS &&
al@20647 23 make &&
al@20647 24 make install || return 1
al@20647 25
al@20647 26 cook_pick_docs Doc/*
slaxemulator@6872 27 }
al@20647 28
al@20647 29 genpkg_rules() {
al@20647 30 copy @std @dev
al@20647 31 DEPENDS="pcre perl zlib"
al@20647 32 TAGS="compiler"
slaxemulator@6872 33 }