wok view ppp-dev/receipt @ rev 19294

sane-backends, scons, scrot, shell-fm, smake, soundtouch, wireless_tools: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 16:30:34 2016 +0200 (2016-07-06)
parents e6bbb8cc0677
children a78610b2eb47
line source
1 # SliTaz package receipt.
3 PACKAGE="ppp-dev"
4 VERSION="2.4.7"
5 CATEGORY="development"
6 SHORT_DESC="Point-to-Point Protocol (PPP) development files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="BSD GPL"
9 WEB_SITE="http://ppp.samba.org/"
10 WANTED="ppp"
11 HOST_ARCH="i486 arm"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr
17 cp -a $install/usr/include $fs/usr
18 }