wok annotate ptlib-dev/receipt @ rev 5124

gtk+ openvas-scanner pango slitaz-base-files ttf-bitstream-vera xfree86-base-fonts xorg-base-fonts: remove spurrious SELF_INSTALL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 21 11:50:42 2010 +0100 (2010-03-21)
parents a6c873b6ecda
children 4eac0f0fb226
rev   line source
pascal@1419 1 # SliTaz package receipt.
pascal@1419 2
pascal@1419 3 PACKAGE="ptlib-dev"
pankso@3166 4 VERSION="2.6.2"
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@1419 8 WEB_SITE="http://www.ekiga.org/"
pascal@1419 9 WANTED="ptlib"
pascal@1419 10
pascal@1419 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1419 12 genpkg_rules()
pascal@1419 13 {
pascal@1419 14 mkdir -p $fs/usr
pascal@1419 15 cp -a $_pkg/usr/include $fs/usr
pascal@1419 16 }