wok-next annotate irssi/receipt @ rev 20575
More fix libtool; combine libdbusmenu-gtk*
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Apr 14 01:31:03 2018 +0300 (2018-04-14) |
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 } |