wok-tiny view pppstats/receipt @ rev 176

busybox: fix modules order
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 14 19:16:39 2021 +0000 (2021-07-14)
parents a6d2ddc65590
children 1e55ea7da8de
line source
1 # SliTaz package receipt.
3 PACKAGE="pppstats"
4 VERSION="2.4.7"
5 CATEGORY="network"
6 SHORT_DESC="Point to Point Protocol report tool"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD GPL"
9 WEB_SITE="http://ppp.samba.org/"
10 DEPENDS="ppp"
11 WANTED="ppp"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/sbin
17 cp -a $install/usr/sbin/pppstats $fs/usr/sbin
18 }