wok diff xorg-libXfont2/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents
children 5d79829fa876
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xorg-libXfont2/receipt	Sun Jun 14 23:18:03 2020 -0400
     1.3 @@ -0,0 +1,39 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xorg-libXfont2"
     1.7 +VERSION="2.0.4"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="X font Library."
    1.10 +MAINTAINER="maintainer@slitaz.org"
    1.11 +LICENSE="other"
    1.12 +WEB_SITE="https://www.x.org/wiki/"
    1.13 +
    1.14 +SOURCE="libXfont2"
    1.15 +TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.16 +WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    1.17 +
    1.18 +DEPENDS="bzlib freetype xorg-libfontenc"
    1.19 +BUILD_DEPENDS="bzip2-dev freetype-dev xorg-fontsproto 
    1.20 +	xorg-libfontenc-dev xorg-xtrans zlib-dev"
    1.21 +
    1.22 +HOST_ARCH="i486 arm"
    1.23 +
    1.24 +# Rules to configure and make the package.
    1.25 +compile_rules()
    1.26 +{
    1.27 +	./configure			\
    1.28 +		--sysconfdir=/etc	\
    1.29 +		--localstatedir=/var	\
    1.30 +		--disable-static	\
    1.31 +		--disable-devel-docs	\
    1.32 +		$CONFIGURE_ARGS &&
    1.33 +	make &&
    1.34 +	make install
    1.35 +}
    1.36 +
    1.37 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.38 +genpkg_rules()
    1.39 +{
    1.40 +	mkdir -p $fs/usr/lib
    1.41 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.42 +}