wok-next annotate irssi/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 | 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 } |