wok view lesstif-dev/receipt @ rev 10594

python-pylons, python-routes: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 26 12:34:15 2011 +0200 (2011-05-26)
parents c42c556ac4fe
children 408c87fa22ca
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 DEPENDS="lesstif"
10 WANTED="lesstif"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
17 cp -a $_pkg/usr/include $fs/usr
18 }