wok view libXaw3dXft-dev/receipt @ rev 15954

Up: pciutils (3.2.1) and ids file. This fix intel agp module name
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 23 15:54:50 2014 +0100 (2014-02-23)
parents 2a5cc8208d36
children 1170c748b1ab
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 LICENSE="MIT"
9 WANTED="libXaw3dXft"
10 WEB_SITE="http://sourceforge.net/projects/sf-xpaint/"
12 DEPENDS="libXaw3dXft xorg-libXmu-dev pkg-config"
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/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 }