wok diff scim-dev/receipt @ rev 21743
updated qpdf-dev (5.1.2 -> 8.4.2)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jun 14 15:20:28 2019 +0100 (2019-06-14) |
parents | 47e1df965953 |
children | 667a6ebad331 |
line diff
1.1 --- a/scim-dev/receipt Thu Dec 05 13:21:20 2013 +0000 1.2 +++ b/scim-dev/receipt Fri Jun 14 15:20:28 2019 +0100 1.3 @@ -1,21 +1,26 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 PACKAGE="scim-dev" 1.7 -VERSION="1.4.9" 1.8 +VERSION="1.4.18" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Smart Common Input Method (SCIM) development files." 1.11 MAINTAINER="rocky@slitaz.org" 1.12 LICENSE="LGPL2.1" 1.13 WEB_SITE="http://www.scim-im.org/" 1.14 + 1.15 WANTED="scim" 1.16 - 1.17 DEPENDS="scim pkg-config" 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 mkdir -p $fs/usr 1.23 - cp -a $install/usr/lib $fs/usr 1.24 - cp -a $install/usr/include $fs/usr 1.25 + 1.26 + cp -a $install/usr/lib $fs/usr 1.27 + cp -a $install/usr/include $fs/usr 1.28 + 1.29 find $fs/usr/lib -type f -not -name '*a' -exec rm {} \; 1.30 find $fs/usr/lib -type l -exec rm {} \; 1.31 + 1.32 cp -a $install/usr/lib/pkgconfig/* $fs/usr/lib/pkgconfig 1.33 }