wok annotate opal-dev/receipt @ rev 22915

claws-mail: added build dependency libunistring-dev
author Hans-G?nter Theisgen
date Mon Feb 24 13:39:12 2020 +0100 (2020-02-24)
parents 23c3aed67cd9
children 61d8634c86c3
rev   line source
pascal@302 1 # SliTaz package receipt.
pascal@302 2
pascal@302 3 PACKAGE="opal-dev"
pascal@5461 4 VERSION="3.6.6"
pascal@316 5 CATEGORY="development"
pascal@302 6 SHORT_DESC="Open Phone Abstraction library devel files."
pascal@302 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15601 8 LICENSE="MPL"
pascal@302 9 WANTED="opal"
pascal@20669 10 WEB_SITE="https://www.ekiga.org/"
pascal@302 11
pascal@302 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@302 13 genpkg_rules()
pascal@302 14 {
pascal@1532 15 mkdir -p $fs/usr/lib
pascal@15601 16 cp -a $install/usr/include $fs/usr
pascal@15601 17 cp $install/usr/lib/*.a $fs/usr/lib
pascal@302 18 }