wok-current annotate ibus-dev/receipt @ rev 13596
get-google-chrome: https+flash-plugin removed
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Thu Nov 08 16:52:28 2012 +0000 (2012-11-08) |
parents | |
children | 76b72f1ad63c |
rev | line source |
---|---|
pascal@13358 | 1 # SliTaz package receipt. |
pascal@13358 | 2 |
pascal@13358 | 3 PACKAGE="ibus-dev" |
pascal@13358 | 4 VERSION="1.4.2" |
pascal@13358 | 5 CATEGORY="development" |
pascal@13358 | 6 SHORT_DESC="Intelligent Input Bus for Linux / Unix OS, development files" |
pascal@13358 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@13358 | 8 WEB_SITE="http://code.google.com/p/ibus/" |
pascal@13358 | 9 WANTED="ibus" |
pascal@13358 | 10 |
pascal@13358 | 11 DEPENDS="ibus" |
pascal@13358 | 12 BUILD_DEPENDS="" |
pascal@13358 | 13 |
pascal@13358 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13358 | 15 genpkg_rules() |
pascal@13358 | 16 { |
pascal@13358 | 17 mkdir $fs/usr/lib |
pascal@13358 | 18 cp -a $install/usr/include $fs/usr |
pascal@13358 | 19 cp -a $install/usr/lib $fs/usr |
pascal@13358 | 20 find $install/usr/lib | grep '\.so' | xargs rm -f |
pascal@13358 | 21 } |