wok annotate sic/receipt @ rev 23794

updated zopfli (1.0.2 -> 1.0.3)
author Hans-G?nter Theisgen
date Fri May 22 13:39:32 2020 +0100 (2020-05-22)
parents 3b4e4318134e
children 934055de50e2
rev   line source
pascal@9987 1 # SliTaz package receipt.
pascal@9987 2
pascal@9987 3 PACKAGE="sic"
Hans-G?nter@21909 4 VERSION="1.2"
pascal@9987 5 CATEGORY="network"
pascal@9987 6 SHORT_DESC="Simple IRC client."
pascal@9987 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15593 8 LICENSE="MIT"
Hans-G?nter@21909 9 WEB_SITE="https://tools.suckless.org/sic"
Hans-G?nter@21909 10
pascal@9987 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@21909 12 WGET_URL="https://dl.suckless.org/tools/$TARBALL"
pascal@9987 13
pascal@9987 14 # Rules to configure and make the package.
pascal@9987 15 compile_rules()
pascal@9987 16 {
pascal@9987 17 make clean &&
Hans-G?nter@21909 18 make install PREFIX=/usr DESTDIR=$DESTDIR
pascal@9987 19 }
pascal@9987 20
pascal@9987 21 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@9987 22 genpkg_rules()
pascal@9987 23 {
pascal@9987 24 mkdir -p $fs/usr
pascal@15593 25 cp -a $install/usr/bin $fs/usr
pascal@9987 26 }