wok view libXaw3dXft-dev/receipt @ rev 14164

nut: up 2.6.5
author Samuel Trassare <samuel_trassare@yahoo.com>
date Thu Mar 07 20:38:21 2013 -0800 (2013-03-07)
parents
children 2a5cc8208d36
line source
1 # SliTaz package receipt.
3 PACKAGE="libXaw3dXft-dev"
4 VERSION="1.6.2"
5 CATEGORY="development"
6 SHORT_DESC="Xpaint module devel files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 DEPENDS="libXaw3dXft xorg-libXmu-dev"
9 WANTED="libXaw3dXft"
10 WEB_SITE="http://sourceforge.net/projects/sf-xpaint/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/lib/*.*a* $fs/usr/lib
17 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 }