wok-undigest rev 841

Add ibus-dev
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 03 08:45:01 2012 +0200 (2012-09-03)
parents 39d3ab48b689
children 7784803bc3a3
files ibus-dev/receipt ibus/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ibus-dev/receipt	Mon Sep 03 08:45:01 2012 +0200
     1.3 @@ -0,0 +1,21 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="ibus-dev"
     1.7 +VERSION="1.4.2"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Intelligent Input Bus for Linux / Unix OS, development files"
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +WEB_SITE="http://code.google.com/p/ibus/"
    1.12 +WANTED="ibus"
    1.13 +
    1.14 +DEPENDS="ibus"
    1.15 +BUILD_DEPENDS=""
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	mkdir $fs/usr/lib
    1.21 +	cp -a $install/usr/include $fs/usr
    1.22 +	cp -a $install/usr/lib $fs/usr
    1.23 +	find $install/usr/lib | grep '\.so' | xargs rm -f
    1.24 +}
     2.1 --- a/ibus/receipt	Mon Sep 03 08:24:51 2012 +0200
     2.2 +++ b/ibus/receipt	Mon Sep 03 08:45:01 2012 +0200
     2.3 @@ -29,5 +29,7 @@
     2.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     2.5  genpkg_rules()
     2.6  {
     2.7 -	cp -a $install/fs $fs
     2.8 +	mkdir $fs/usr
     2.9 +	cp -a $install/usr/lib $fs/usr
    2.10 +	find $install/usr/lib | grep 'a$' | xargs rm -f
    2.11  }