wok-current rev 24678
updated irssi (1.2.2 -> 1.2.3)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Mar 12 09:24:40 2022 +0100 (2022-03-12) |
parents | cea69b44d76b |
children | 03c1f28bc496 |
files | irssi/description.txt irssi/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/irssi/description.txt Sat Mar 12 09:24:40 2022 +0100 1.3 @@ -0,0 +1,6 @@ 1.4 +Irssi is a text-only IRC client. 1.5 +It does not get in your way and its commands are intuitive and useful. 1.6 +Non-standard features are implemented with perl scripts, rather than 1.7 +in the core. 1.8 +Irssi can range from a functional, no-frills client to a 1.9 +highly-customized and automated client.
2.1 --- a/irssi/receipt Sat Mar 12 09:14:33 2022 +0100 2.2 +++ b/irssi/receipt Sat Mar 12 09:24:40 2022 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt 2.5 2.6 PACKAGE="irssi" 2.7 -VERSION="1.2.2" 2.8 +VERSION="1.2.3" 2.9 CATEGORY="network" 2.10 TAGS="irc" 2.11 SHORT_DESC="Lightweight console IRC client." 2.12 @@ -30,14 +30,14 @@ 2.13 --prefix=/usr \ 2.14 --sysconfdir=/etc/irssi \ 2.15 $CONFIGURE_ARGS && 2.16 - make -j 1 && 2.17 - make DESTDIR=$DESTDIR install 2.18 + make && 2.19 + make install DESTDIR=$DESTDIR 2.20 } 2.21 2.22 # Rules to gen a SliTaz package suitable for Tazpkg. 2.23 genpkg_rules() 2.24 { 2.25 - mkdir -p $fs/usr/share/ 2.26 + mkdir -p $fs/usr/share 2.27 2.28 cp -a $install/etc $fs 2.29 cp -a $install/usr/bin $fs/usr