wok annotate scim-dev/receipt @ rev 1905
apache,lighttpd*: ensure only one web server is running
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Dec 21 10:51:14 2008 +0000 (2008-12-21) |
parents | |
children | 310312c58128 |
rev | line source |
---|---|
pascal@1651 | 1 PACKAGE="scim-dev" |
pascal@1651 | 2 VERSION="1.4.7" |
pascal@1651 | 3 CATEGORY="development" |
pascal@1651 | 4 SHORT_DESC="Smart Common Input Method (SCIM) development files." |
pascal@1651 | 5 MAINTAINER="slitaz@pworld.otherinbox.com" |
pascal@1651 | 6 WEB_SITE="http://www.scim-im.org/" |
pascal@1651 | 7 WANTED="scim" |
pascal@1651 | 8 |
pascal@1651 | 9 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1651 | 10 genpkg_rules() |
pascal@1651 | 11 { |
pascal@1651 | 12 mkdir -p $fs/usr |
pascal@1651 | 13 cp -a $_pkg/usr/include $fs/usr |
pascal@1651 | 14 cp -a $_pkg/usr/lib $fs/usr |
pascal@1651 | 15 find $fs/usr/lib -type f -not -name '*a' -exec rm {} \; |
pascal@1651 | 16 find $fs/usr/lib -type l -exec rm {} \; |
pascal@1651 | 17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr |
pascal@1651 | 18 } |