wok-next annotate irssi/receipt @ rev 20534

Clean default configure options when site script used.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 30 19:31:50 2018 +0300 (2018-03-30)
parents d43bf7aae921
children 0ec6086e21d6
rev   line source
al@20534 1 # SliTaz package receipt v2.
mallory@1099 2
mallory@1099 3 PACKAGE="irssi"
devl547@17611 4 VERSION="0.8.17"
mallory@1099 5 CATEGORY="network"
mallory@1114 6 SHORT_DESC="Lightweight console IRC client"
mallory@1099 7 MAINTAINER="mallory@sweetpeople.org"
pascal@15002 8 LICENSE="GPL2"
al@20534 9 WEB_SITE="http://irssi.org/"
al@20534 10
mallory@1114 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
mallory@1099 12 WGET_URL="http://irssi.org/files/$TARBALL"
mallory@1099 13
al@20513 14 BUILD_DEPENDS="glib-dev ncurses-dev slitaz-toolchain openssl-dev perl-dev"
pascal@15002 15
al@20534 16 compile_rules() {
mallory@1114 17 ./configure \
mallory@1114 18 --sysconfdir=/etc/irssi \
pascal@1458 19 $CONFIGURE_ARGS &&
pascal@1458 20 make &&
pascal@15002 21 make DESTDIR=$DESTDIR install
mallory@1099 22 }
mallory@1099 23
al@20534 24 genpkg_rules() {
al@20534 25 copy @std
al@20534 26 DEPENDS="glib openssl perl ncurses"
al@20534 27 TAGS="irc"
mallory@1114 28 }