wok view slsnif/receipt @ rev 16082

ARM: add xcb-util ttf-dejavu xorg-setxkbmap
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 15 20:54:02 2014 +0100 (2014-03-15)
parents ddb219e1b0b3
children e919c5a2742d
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 }