wok-next view libXaw3dXft/receipt @ rev 19887

libXaw3dXft: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 07 18:09:30 2017 +0200 (2017-10-07)
parents 1170c748b1ab
children 1956d76c53b4
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 \
16 xorg-libXft-dev xorg-libXpm-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure \
22 --enable-arrow-scrollbars \
23 --enable-gray-stipples \
24 --enable-multiplane-bitmaps \
25 $CONFIGURE_ARGS && make && make install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr/lib
32 cp -a $install/usr/lib/*.so* $fs/usr/lib
33 }