wok annotate scim-dev/receipt @ rev 22130

updated wifidog (1.1.5 -> 1.3.0)
author Hans-G?nter Theisgen
date Mon Nov 04 11:16:52 2019 +0100 (2019-11-04)
parents 47e1df965953
children 667a6ebad331
rev   line source
Hans-G?nter@21212 1 # SliTaz package receipt.
Hans-G?nter@21212 2
pascal@1651 3 PACKAGE="scim-dev"
Hans-G?nter@21212 4 VERSION="1.4.18"
pascal@1651 5 CATEGORY="development"
pascal@1651 6 SHORT_DESC="Smart Common Input Method (SCIM) development files."
rocky@3531 7 MAINTAINER="rocky@slitaz.org"
pascal@15132 8 LICENSE="LGPL2.1"
pascal@1651 9 WEB_SITE="http://www.scim-im.org/"
Hans-G?nter@21212 10
pascal@1651 11 WANTED="scim"
pascal@15599 12 DEPENDS="scim pkg-config"
pascal@15132 13
pascal@1651 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1651 15 genpkg_rules()
pascal@1651 16 {
pascal@1651 17 mkdir -p $fs/usr
Hans-G?nter@21212 18
Hans-G?nter@21212 19 cp -a $install/usr/lib $fs/usr
Hans-G?nter@21212 20 cp -a $install/usr/include $fs/usr
Hans-G?nter@21212 21
pascal@1651 22 find $fs/usr/lib -type f -not -name '*a' -exec rm {} \;
pascal@1651 23 find $fs/usr/lib -type l -exec rm {} \;
Hans-G?nter@21212 24
pascal@15132 25 cp -a $install/usr/lib/pkgconfig/* $fs/usr/lib/pkgconfig
pascal@1651 26 }