wok rev 25494

Add finch & btop (thanks ceel)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 30 08:50:05 2022 +0000 (16 months ago)
parents e9e2e1c1770c
children 3f7980d355a5
files btop/receipt finch/receipt monkey-dev/receipt monkey/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/btop/receipt	Wed Nov 30 08:50:05 2022 +0000
     1.3 @@ -0,0 +1,24 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="btop"
     1.7 +VERSION="1.2.13"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="Resource monitor that shows usage and stats for processor, memory, disks, network and processes."
    1.10 +MAINTAINER="ceel@netcourrier.com"
    1.11 +LICENSE="Apache 2.0"
    1.12 +WEB_SITE="https://github.com/aristocratos/btop"
    1.13 +
    1.14 +TARBALL="$PACKAGE-i686-linux-musl.tbz"
    1.15 +WGET_URL="$WEB_SITE/releases/download/v$VERSION/$TARBALL"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	make install PREFIX=/usr
    1.21 +}
    1.22 +
    1.23 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.24 +genpkg_rules()
    1.25 +{
    1.26 +	cp -a $install/usr $fs
    1.27 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/finch/receipt	Wed Nov 30 08:50:05 2022 +0000
     2.3 @@ -0,0 +1,30 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="finch"
     2.7 +VERSION="2.14.8"
     2.8 +CATEGORY="network"
     2.9 +SHORT_DESC="Finch is a text-based IM client written in C which uses the ncurses toolkit."
    2.10 +MAINTAINER="ceel@netcourrier.com"
    2.11 +LICENSE="GPL2"
    2.12 +WEB_SITE="https://www.pidgin.im/"
    2.13 +WANTED="pidgin"
    2.14 +
    2.15 +PROVIDE="purple"
    2.16 +
    2.17 +DEPENDS="cyrus-sasl dbus-glib gnutls libgnt libidn ncurses"
    2.18 +
    2.19 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.20 +genpkg_rules()
    2.21 +{
    2.22 +	mkdir -p $fs/usr/bin
    2.23 +	mkdir -p $fs/usr/lib
    2.24 +	mkdir -p $fs/usr/share
    2.25 +
    2.26 +	cp -a $install/usr/bin/finch		$fs/usr/bin
    2.27 +	cp -a $install/usr/lib/*.so*		$fs/usr/lib
    2.28 +	cp -a $install/usr/lib/purple-2		$fs/usr/lib
    2.29 +	rm					$fs/usr/lib/purple-2/*.la
    2.30 +	cp -a $install/usr/lib/finch		$fs/usr/lib
    2.31 +	rm					$fs/usr/lib/finch/*.la
    2.32 +	cp -a $install/usr/share/purple		$fs/usr/share
    2.33 +}
     3.1 --- a/monkey-dev/receipt	Sat Nov 19 17:37:48 2022 +0000
     3.2 +++ b/monkey-dev/receipt	Wed Nov 30 08:50:05 2022 +0000
     3.3 @@ -6,7 +6,7 @@
     3.4  SHORT_DESC="Lightweight HTTP server - dev files"
     3.5  MAINTAINER="necrophcodr@necrophcodr.me"
     3.6  LICENSE="APL2"
     3.7 -WEB_SITE="http://monkey-project.com"
     3.8 +WEB_SITE="https://web.archive.org/web/20221006192715/http://monkey-project.com/"
     3.9  
    3.10  DEPENDS="monkey"
    3.11  WANTED="monkey"
     4.1 --- a/monkey/receipt	Sat Nov 19 17:37:48 2022 +0000
     4.2 +++ b/monkey/receipt	Wed Nov 30 08:50:05 2022 +0000
     4.3 @@ -6,9 +6,9 @@
     4.4  SHORT_DESC="Lightweight HTTP server."
     4.5  MAINTAINER="necrophcodr@necrophcodr.me"
     4.6  LICENSE="APL2"
     4.7 -WEB_SITE="http://monkey-project.com/"
     4.8 +WEB_SITE="https://web.archive.org/web/20221006192715/http://monkey-project.com/"
     4.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    4.10 -WGET_URL="${WEB_SITE}releases/${VERSION%.*}/$TARBALL"
    4.11 +WGET_URL="https://web.archive.org/web/20220113110728/http://monkey-project.com/releases/${VERSION%.*}/$TARBALL"
    4.12  
    4.13  DEPENDS=""
    4.14  BUILD_DEPENDS="cmake findutils"