wok-next view slsnif/receipt @ rev 20014
Up leptonica (1.74.4). abiword, emacs: up bdeps. marble: fix build.
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sat Oct 21 21:21:28 2017 +0200 (2017-10-21) |
parents | ddb219e1b0b3 |
children | f48456621a9d |
line source
1 # SliTaz package receipt.
3 PACKAGE="slsnif"
4 VERSION="0.4.4"
5 CATEGORY="system-tools"
6 SHORT_DESC="Serial line sniffer."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://slsnif.sourceforge.net/"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 ./configure --prefix=/usr --infodir=/usr/share/info \
18 --mandir=/usr/share/man \
19 $CONFIGURE_ARGS &&
20 make &&
21 make DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $install/usr/bin $fs/usr
29 }