wok-current diff fcitx-dev/receipt @ rev 10959
fcitx: up to v4.1.1
author | Liu Peng <hipeng@yahoo.com> |
---|---|
date | Tue Sep 20 20:36:39 2011 +0800 (2011-09-20) |
parents | |
children | 79a6b0b967a1 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/fcitx-dev/receipt Tue Sep 20 20:36:39 2011 +0800 1.3 @@ -0,0 +1,20 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="fcitx-dev" 1.7 +VERSION="4.1.1" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="The fcitx-dev package includes the header files for the FCITX package." 1.10 +MAINTAINER="devel@slitaz.org" 1.11 +DEPENDS="libfcitx xorg-libX11-dev" 1.12 +WEB_SITE="http://code.google.com/p/fcitx/" 1.13 +WANTED="fcitx" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + mkdir -p $fs/usr/lib/pkgconfig/ $fs/usr/share/ 1.19 + cp -a $_pkg/usr/lib/libfcitx*.so $fs/usr/lib/ 1.20 + cp -a $_pkg/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig/ 1.21 + cp -a $_pkg/usr/share/cmake/ $fs/usr/share/ 1.22 + cp -a $_pkg/usr/include/ $fs/usr/ 1.23 +}