wok annotate slsnif/receipt @ rev 21314

5) lxpanel: up (0.10.0)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 18 17:46:06 2019 +0300 (2019-04-18)
parents ddb219e1b0b3
children e919c5a2742d
rev   line source
pascal@6402 1 # SliTaz package receipt.
pascal@6402 2
pascal@6402 3 PACKAGE="slsnif"
pascal@6402 4 VERSION="0.4.4"
pascal@6402 5 CATEGORY="system-tools"
pascal@6402 6 SHORT_DESC="Serial line sniffer."
pascal@6402 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15593 8 LICENSE="GPL2"
pascal@6402 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@6402 10 WEB_SITE="http://slsnif.sourceforge.net/"
pascal@6402 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@6402 12
pascal@6402 13 # Rules to configure and make the package.
pascal@6402 14 compile_rules()
pascal@6402 15 {
pascal@6402 16 cd $src
pascal@6402 17 ./configure --prefix=/usr --infodir=/usr/share/info \
pascal@6402 18 --mandir=/usr/share/man \
pascal@6402 19 $CONFIGURE_ARGS &&
pascal@6402 20 make &&
pascal@15593 21 make DESTDIR=$DESTDIR install
pascal@6402 22 }
pascal@6402 23
pascal@6402 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@6402 25 genpkg_rules()
pascal@6402 26 {
pascal@6402 27 mkdir -p $fs/usr
pascal@15593 28 cp -a $install/usr/bin $fs/usr
pascal@6402 29 }