wok-next annotate slsnif/receipt @ rev 21032

Fix some homepages: follow HTTP redirections.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 03 17:26:00 2018 +0200 (2018-11-03)
parents d5aab818505e
children
rev   line source
al@21017 1 # SliTaz package receipt v2.
pascal@6402 2
pascal@6402 3 PACKAGE="slsnif"
pascal@6402 4 VERSION="0.4.4"
pascal@6402 5 CATEGORY="system-tools"
al@21017 6 SHORT_DESC="Serial line sniffer"
pascal@6402 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15593 8 LICENSE="GPL2"
al@21032 9 WEB_SITE="https://sourceforge.net/projects/slsnif/"
al@21017 10
pascal@6402 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@6402 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@6402 13
al@21017 14 compile_rules() {
al@21017 15 ./configure \
al@21017 16 --prefix=/usr \
al@21017 17 --infodir=/usr/share/info \
al@21017 18 --mandir=/usr/share/man \
al@21017 19 $CONFIGURE_ARGS &&
pascal@6402 20 make &&
al@21020 21 make DESTDIR=$install install
pascal@6402 22 }
pascal@6402 23
al@21017 24 genpkg_rules() {
pascal@6402 25 mkdir -p $fs/usr
pascal@15593 26 cp -a $install/usr/bin $fs/usr
pascal@6402 27 }