# HG changeset patch # User Hans-G?nter Theisgen # Date 1647073480 -3600 # Node ID 61f39abb43974736a50320f8ea7289e460c2ebd3 # Parent cea69b44d76bb3125a88aec3520eaee0ca8969e0 updated irssi (1.2.2 -> 1.2.3) diff -r cea69b44d76b -r 61f39abb4397 irssi/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/irssi/description.txt Sat Mar 12 09:24:40 2022 +0100 @@ -0,0 +1,6 @@ +Irssi is a text-only IRC client. +It does not get in your way and its commands are intuitive and useful. +Non-standard features are implemented with perl scripts, rather than +in the core. +Irssi can range from a functional, no-frills client to a +highly-customized and automated client. diff -r cea69b44d76b -r 61f39abb4397 irssi/receipt --- a/irssi/receipt Sat Mar 12 09:14:33 2022 +0100 +++ b/irssi/receipt Sat Mar 12 09:24:40 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt PACKAGE="irssi" -VERSION="1.2.2" +VERSION="1.2.3" CATEGORY="network" TAGS="irc" SHORT_DESC="Lightweight console IRC client." @@ -30,14 +30,14 @@ --prefix=/usr \ --sysconfdir=/etc/irssi \ $CONFIGURE_ARGS && - make -j 1 && - make DESTDIR=$DESTDIR install + make && + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/share/ + mkdir -p $fs/usr/share cp -a $install/etc $fs cp -a $install/usr/bin $fs/usr