wok view scim-dev/receipt @ rev 16258

ARM: add webkit (cross compile in my local chroot :-) and needed deps
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 05 06:13:29 2014 +0200 (2014-04-05)
parents 20b9600c7f0c
children 922c1eb585e7
line source
1 PACKAGE="scim-dev"
2 VERSION="1.4.9"
3 CATEGORY="development"
4 SHORT_DESC="Smart Common Input Method (SCIM) development files."
5 MAINTAINER="rocky@slitaz.org"
6 LICENSE="LGPL2.1"
7 WEB_SITE="http://www.scim-im.org/"
8 WANTED="scim"
10 DEPENDS="scim pkg-config"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr
16 cp -a $install/usr/lib $fs/usr
17 cp -a $install/usr/include $fs/usr
18 find $fs/usr/lib -type f -not -name '*a' -exec rm {} \;
19 find $fs/usr/lib -type l -exec rm {} \;
20 cp -a $install/usr/lib/pkgconfig/* $fs/usr/lib/pkgconfig
21 }