wok view libXaw3dXft/receipt @ rev 20355

syslinux: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 09 17:09:08 2018 +0200 (2018-06-09)
parents 2a5cc8208d36
children 86790a278e70
line source
1 # SliTaz package receipt.
3 PACKAGE="libXaw3dXft"
4 VERSION="1.6.2c"
5 CATEGORY="x-window"
6 SHORT_DESC="Xpaint module"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://sourceforge.net/projects/sf-xpaint/"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="$SF_MIRROR/sf-xpaint/$TARBALL"
12 HOST_ARCH="i486 arm"
14 DEPENDS="xorg-libXmu fontconfig xorg-libXrender xorg-libXft lzlib"
15 BUILD_DEPENDS="xorg-libXmu-dev util-linux-uuid-dev expat-dev libxml2-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure \
21 --enable-arrow-scrollbars \
22 --enable-gray-stipples \
23 --enable-multiplane-bitmaps \
24 $CONFIGURE_ARGS && make && make install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr/lib
31 cp -a $install/usr/lib/*.so* $fs/usr/lib
32 }