wok annotate liblinebreak-dev/receipt @ rev 20641

Add SSL support to retawq (needed by man to browse linux.die.net)
author Lucas Levrel <llevrel@yahoo.fr>
date Fri Jan 11 09:19:11 2019 +0100 (2019-01-11)
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