wok-stable annotate ppp-dev/receipt @ rev 11386

Compat: ensure that pam WGET_URL is non-https. Otherwise tazwok can't download it at cook-toolchain time
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 04:42:49 2011 +0100 (2011-12-10)
parents 4736cbc67cec
children
rev   line source
pascal@4101 1 # SliTaz package receipt.
pascal@4101 2
pascal@4101 3 PACKAGE="ppp-dev"
jozee@5100 4 VERSION="2.4.5"
pascal@4101 5 CATEGORY="development"
pascal@4101 6 SHORT_DESC="Point-to-Point Protocol (PPP) development files."
pascal@4101 7 MAINTAINER="pankso@slitaz.org"
pascal@4101 8 WEB_SITE="http://ppp.samba.org/"
pascal@4101 9 WANTED="ppp"
pascal@4101 10
pascal@4101 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@4101 12 genpkg_rules()
pascal@4101 13 {
pascal@4101 14 mkdir -p $fs/usr
pascal@4101 15 cp -a $_pkg/usr/include $fs/usr
pascal@4101 16 }