wok-current view libXaw3dXft-dev/receipt @ rev 14042
gst-plugins-ugly: remove wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 18 16:36:14 2013 +0100 (2013-02-18) |
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 }