wok view lesstif-dev/receipt @ rev 18775
syslinux/isohybrid.exe: add -a & -i support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jan 01 10:53:50 2016 +0100 (2016-01-01) |
parents | 22898bc22292 |
children | 86790a278e70 |
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="http://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 }