wok view libXaw3dXft-dev/receipt @ rev 17003

fusecloop: speedup create_compressed_fs_fast
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 12 09:20:04 2014 +0200 (2014-08-12)
parents 8ed62ecac0c7
children 86790a278e70
line source
1 # SliTaz package receipt.
3 PACKAGE="libXaw3dXft-dev"
4 VERSION="1.6.2c"
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/"
11 HOST_ARCH="i486 arm"
13 DEPENDS="libXaw3dXft xorg-libXmu-dev pkg-config"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $install/usr/lib/*.*a* $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 cp -a $install/usr/include $fs/usr
22 }