wok-6.x view scim-dev/receipt @ rev 18965
podofo: set FREETYPE_INCLUDE_DIR
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 10 19:10:25 2016 +0100 (2016-03-10) |
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 }