# HG changeset patch # User Hans-G?nter Theisgen # Date 1554825081 -3600 # Node ID 922c1eb585e751bd63852b87bc589b068a6c4ad7 # Parent 7d97481f551dca75120dea338796f56658bbf0c0 updated scim-dev (1.4.9 -> 1.4.18) diff -r 7d97481f551d -r 922c1eb585e7 scim-dev/receipt --- a/scim-dev/receipt Tue Apr 09 16:39:57 2019 +0100 +++ b/scim-dev/receipt Tue Apr 09 16:51:21 2019 +0100 @@ -1,21 +1,26 @@ +# SliTaz package receipt. + PACKAGE="scim-dev" -VERSION="1.4.9" +VERSION="1.4.18" CATEGORY="development" SHORT_DESC="Smart Common Input Method (SCIM) development files." MAINTAINER="rocky@slitaz.org" LICENSE="LGPL2.1" WEB_SITE="http://www.scim-im.org/" + WANTED="scim" - DEPENDS="scim pkg-config" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr - cp -a $install/usr/include $fs/usr + + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/include $fs/usr + find $fs/usr/lib -type f -not -name '*a' -exec rm {} \; find $fs/usr/lib -type l -exec rm {} \; + cp -a $install/usr/lib/pkgconfig/* $fs/usr/lib/pkgconfig }