wok view scim-dev/receipt @ rev 17914

Add fontforge and its depends (libspiro, libuninameslist).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 09 03:26:48 2015 +0300 (2015-04-09)
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 }