wok-next annotate znc/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 7506b35e1c6f
children
rev   line source
al@20497 1 # SliTaz package receipt v2.
pankso@16331 2
pankso@16331 3 PACKAGE="znc"
al@20497 4 VERSION="1.6.6"
pankso@16331 5 CATEGORY="network"
al@20497 6 SHORT_DESC="An IRC bouncer with modules & scripts support"
al@21020 7 MAINTAINER="devel@slitaz.org"
pankso@16331 8 LICENSE="GPL2"
al@20909 9 WEB_SITE="https://wiki.znc.in/ZNC"
al@20497 10
pankso@16331 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@16331 12 WGET_URL="http://znc.in/releases/$TARBALL"
pankso@16331 13
pascal@16332 14 BUILD_DEPENDS="openssl-dev tcl-dev zlib-dev"
pankso@16331 15
al@20497 16 compile_rules() {
pankso@16331 17 ./configure \
pankso@16331 18 --enable-tcl \
pankso@16331 19 --disable-python \
pankso@16331 20 --disable-perl \
pankso@16331 21 --disable-cyrus \
pankso@16331 22 $CONFIGURE_ARGS &&
al@21020 23 make &&
al@21020 24 make install
pankso@16331 25 }
pankso@16331 26
al@20497 27 genpkg_rules() {
al@20497 28 copy @std
al@20497 29 DEPENDS="openssl zlib"
al@20497 30 SUGGESTED="tcl"
pankso@16331 31 }