wok-next annotate sic/receipt @ rev 21041

Follow HTTP redirections for homepages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 09 13:21:03 2018 +0200 (2018-11-09)
parents d5aab818505e
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@9987 2
pascal@9987 3 PACKAGE="sic"
pascal@9987 4 VERSION="1.1"
pascal@9987 5 CATEGORY="network"
al@21020 6 SHORT_DESC="Simple IRC client"
pascal@9987 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15593 8 LICENSE="MIT"
al@21041 9 WEB_SITE="http://tools.suckless.org/sic/"
al@21020 10
pascal@9987 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@9987 12 WGET_URL="http://dl.suckless.org/tools/$TARBALL"
pascal@9987 13
al@21020 14 compile_rules() {
pascal@9987 15 make clean &&
al@21020 16 make PREFIX=/usr DESTDIR=$install install
pascal@9987 17 }
pascal@9987 18
al@21020 19 genpkg_rules() {
al@21020 20 copy @std
pascal@9987 21 }