wok-6.x annotate liblinebreak-dev/receipt @ rev 22210
updated xorg-libXcursor and xorg-libXcursor-dev (1.1.14 -> 1.2.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Nov 11 14:48:36 2019 +0100 (2019-11-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 |