wok annotate ptlib-dev/receipt @ rev 20993

gpicview: modified TARBALL
author Hans-G?nter Theisgen
date Thu Mar 07 17:13:01 2019 +0100 (2019-03-07)
parents bf4a09ef1d2e
children bdb6e157e578
rev   line source
pascal@1419 1 # SliTaz package receipt.
pascal@1419 2
pascal@1419 3 PACKAGE="ptlib-dev"
pascal@5460 4 VERSION="2.6.5"
pascal@1419 5 CATEGORY="network"
pascal@1419 6 SHORT_DESC="Portable Tools Library for unix and windows, development files."
pascal@1419 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15376 8 LICENSE="MPL"
pascal@20669 9 WEB_SITE="https://www.ekiga.org/"
pascal@1419 10 WANTED="ptlib"
pascal@1419 11
pascal@1419 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1419 13 genpkg_rules()
pascal@1419 14 {
pascal@1419 15 mkdir -p $fs/usr
pascal@15376 16 cp -a $install/usr/include $fs/usr
pascal@1419 17 }