wok annotate liblinebreak-dev/receipt @ rev 25469

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 07 09:15:33 2022 +0000 (19 months ago)
parents 5b5cac5612a2
children
rev   line source
devl547@5223 1 # SliTaz package receipt.
devl547@5223 2
devl547@5223 3 PACKAGE="liblinebreak-dev"
Hans-G?nter@23079 4 VERSION="2.1"
devl547@5223 5 CATEGORY="development"
Hans-G?nter@23079 6 SHORT_DESC="Line breaking library - development files."
devl547@5223 7 MAINTAINER="devl547@gmail.com"
pascal@15473 8 LICENSE="zlib/libpng"
pascal@25469 9 WEB_SITE="https://vimgadgets.sourceforge.net/liblinebreak/"
Hans-G?nter@23079 10
devl547@5223 11 WANTED="liblinebreak"
devl547@5223 12
devl547@5223 13 # Rules to gen a SliTaz package suitable for Tazpkg.
devl547@5223 14 genpkg_rules()
devl547@5223 15 {
devl547@5223 16 mkdir -p $fs/usr/lib
Hans-G?nter@23079 17
Hans-G?nter@23079 18 cp -a $install/usr/include $fs/usr
Hans-G?nter@23079 19 cp -a $install/usr/lib/*a $fs/usr/lib
devl547@5223 20 }
devl547@5223 21