wok-undigest rev 1222

copied xorgproto recipe from wok-next
author Hans-G?nter Theisgen
date Fri Nov 15 17:36:34 2019 +0100 (2019-11-15)
parents d3ac6f7487ab
children cfd108a3f3fd
files xorgproto/.icon.png xorgproto/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xorgproto/.icon.png	Fri Nov 15 17:36:34 2019 +0100
     1.3 @@ -0,0 +1,1 @@
     1.4 +../xorg/.icon.png
     1.5 \ No newline at end of file
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/xorgproto/receipt	Fri Nov 15 17:36:34 2019 +0100
     2.3 @@ -0,0 +1,37 @@
     2.4 +# SliTaz package receipt v2.
     2.5 +
     2.6 +PACKAGE="xorgproto"
     2.7 +VERSION="2018.4"
     2.8 +CATEGORY="x-window"
     2.9 +SHORT_DESC="X.Org combined protocol headers"
    2.10 +MAINTAINER="al.bobylev@gmail.com"
    2.11 +LICENSE="MIT"
    2.12 +WEB_SITE="https://github.com/freedesktop/xorg-xorgproto"
    2.13 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/xorgproto.html"
    2.14 +HOST_ARCH="any"
    2.15 +
    2.16 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.17 +WGET_URL="https://github.com/freedesktop/xorg-xorgproto/archive/$TARBALL"
    2.18 +TARBALL_SHA1="f0870dfbaa9cccac5d0acbf61ea76196b20b5ad8"
    2.19 +
    2.20 +BUILD_DEPENDS="meson ninja"
    2.21 +
    2.22 +COPY="@dev"
    2.23 +
    2.24 +compile_rules() {
    2.25 +	mkdir build
    2.26 +	cd    build
    2.27 +	# legacy=true will install these additional .pc's:
    2.28 +	# evieproto, fontcacheproto, lg3dproto, printproto, xcalibrateproto, xf86rushproto
    2.29 +	meson-wrapper \
    2.30 +		--datadir=/usr/lib \
    2.31 +		-Dlegacy=true &&
    2.32 +	ninja &&
    2.33 +	ninja install || return 1
    2.34 +
    2.35 +	cook_pick_docs ../[^m]*.txt ../PM_spec
    2.36 +}
    2.37 +
    2.38 +TAGS="Xorg"
    2.39 +
    2.40 +PROVIDE="xorg-xorgproto"