wok-next diff xorg-xcb-proto/receipt @ rev 20287

remove pure-ftpd-pam, screen-pam, screen-terminfo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 08 16:26:01 2017 +0100 (2017-11-08)
parents
children 0e7893ac206d
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xorg-xcb-proto/receipt	Wed Nov 08 16:26:01 2017 +0100
     1.3 @@ -0,0 +1,36 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="xorg-xcb-proto"
     1.7 +VERSION="1.12"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="X protocol descriptions for XCB"
    1.10 +MAINTAINER="mallory@sweetpeople.org"
    1.11 +LICENSE="MIT"
    1.12 +WEB_SITE="https://xcb.freedesktop.org/"
    1.13 +HOST_ARCH="i486 arm"
    1.14 +
    1.15 +TARBALL="xcb-proto-$VERSION.tar.bz2"
    1.16 +WGET_URL="$XORG_MIRROR/xcb/$TARBALL"
    1.17 +
    1.18 +BUILD_DEPENDS="patch python-dev libxml2-tools"
    1.19 +BUILD_DEPENDS_arm=" "
    1.20 +PKG_RULE="std+dev"
    1.21 +
    1.22 +# Rules to configure and make the package.
    1.23 +compile_rules()
    1.24 +{
    1.25 +	./configure \
    1.26 +		--sysconfdir=/etc \
    1.27 +		--localstatedir=/var \
    1.28 +		$CONFIGURE_ARGS &&
    1.29 +	make &&
    1.30 +	make install
    1.31 +}
    1.32 +
    1.33 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.34 +genpkg_rules()
    1.35 +{
    1.36 +	copy @std @dev
    1.37 +	DEPENDS="python"
    1.38 +	PROVIDE="xcb-proto"
    1.39 +}