wok-next annotate irssi/receipt @ rev 20678

Up clisp (2.50)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 15 02:59:03 2018 +0300 (2018-05-15)
parents 757d032c55c7
children d224c2b13c81
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 &&
al@20575 20 fix libtool &&
pascal@1458 21 make &&
pascal@15002 22 make DESTDIR=$DESTDIR install
mallory@1099 23 }
mallory@1099 24
al@20534 25 genpkg_rules() {
al@20534 26 copy @std
al@20534 27 DEPENDS="glib openssl perl ncurses"
al@20534 28 TAGS="irc"
mallory@1114 29 }