wok-current view liblinebreak-dev/receipt @ rev 25056
linux-wireless: add r8192ee.ko & rtl8821ae.ko
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 06 10:49:51 2022 +0000 (2022-06-06) |
parents | 8f447cf2eee5 |
children | b0069c845544 |
line source
1 # SliTaz package receipt.
3 PACKAGE="liblinebreak-dev"
4 VERSION="2.1"
5 CATEGORY="development"
6 SHORT_DESC="Line breaking library - development files."
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="zlib/libpng"
9 WEB_SITE="http://vimgadgets.sourceforge.net/liblinebreak/"
11 WANTED="liblinebreak"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/*a $fs/usr/lib
20 }