wok view lesstif-dev/receipt @ rev 13696

Add gsynaptics-0.9.16 (deprecated, but not wants gnome-settings-daemon)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 14 15:53:34 2012 +0000 (2012-12-14)
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 }