wok-current annotate liblinebreak-dev/receipt @ rev 15524
Up: thunderbird-langpack-zh_CN (17.0.10esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Tue Nov 19 22:24:35 2013 +0100 (2013-11-19) |
parents | 35c9f45749e6 |
children | 5b5cac5612a2 |
rev | line source |
---|---|
devl547@5223 | 1 # SliTaz package receipt. |
devl547@5223 | 2 |
devl547@5223 | 3 PACKAGE="liblinebreak-dev" |
devl547@5223 | 4 VERSION="2.0" |
devl547@5223 | 5 CATEGORY="development" |
devl547@5223 | 6 SHORT_DESC="Line breaking library" |
devl547@5223 | 7 MAINTAINER="devl547@gmail.com" |
pascal@15473 | 8 LICENSE="zlib/libpng" |
devl547@5223 | 9 WEB_SITE="http://vimgadgets.sourceforge.net/liblinebreak/" |
devl547@5223 | 10 WANTED="liblinebreak" |
devl547@5223 | 11 |
devl547@5223 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
devl547@5223 | 13 genpkg_rules() |
devl547@5223 | 14 { |
devl547@5223 | 15 mkdir -p $fs/usr/lib |
pascal@15473 | 16 cp -a $install/usr/lib/*a $fs/usr/lib |
pascal@15473 | 17 cp -a $install/usr/include $fs/usr |
devl547@5223 | 18 } |
devl547@5223 | 19 |