wok view lesstif-dev/receipt @ rev 25457

Normazile https://sourceforge.net/projects web_sites
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 23 08:28:09 2022 +0000 (19 months ago)
parents 86790a278e70
children 2d4208bebf51
line source
1 # SliTaz package receipt.
3 PACKAGE="lesstif-dev"
4 VERSION="0.95.2"
5 CATEGORY="development"
6 SHORT_DESC="lesstif devel files."
7 WEB_SITE="https://sourceforge.net/projects/lesstif"
8 MAINTAINER="rcx@zoominternet.net"
9 LICENSE="GPL2"
10 WANTED="lesstif"
12 DEPENDS="lesstif"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/*.*a $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 }