wok-next view scim-tables-base/receipt @ rev 9127

Fixed gcc3 to only gcc-VERSION.tar.lzma source instead of gcc3-VERSION.tar.lzma. Also removed slitaz-toolchain in h8300-gcc3 build depends since we don't need it anymore.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Mar 05 15:19:01 2011 +0000 (2011-03-05)
parents
children 20b9600c7f0c
line source
1 # SliTaz package receipt.
3 PACKAGE="scim-tables-base"
4 VERSION="0.5.9"
5 CATEGORY="x-window"
6 SHORT_DESC="SCIM Generic Table Input Method base module."
7 MAINTAINER="rocky@slitaz.org"
8 DEPENDS="scim"
9 WANTED="scim-tables"
10 WEB_SITE="http://www.scim-im.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr
16 cp -a $_pkg/usr/lib $fs/usr
17 find $fs/usr/lib -name '*.la' -exec rm {} \;
18 }