wok annotate scim-dev/receipt @ rev 23621

updated ruby and ruby-dev (2.6.4 -> 2.7.1)
author Hans-G?nter Theisgen
date Tue Apr 14 15:51:31 2020 +0100 (2020-04-14)
parents 922c1eb585e7
children 98eb7c7288b5
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@22398 9 WEB_SITE="https://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 }