wok-next annotate xorgproto/receipt @ rev 21665
updated freetype (2.9.1 -> 2.10.2)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jun 27 15:37:35 2020 +0100 (2020-06-27) |
parents | |
children |
rev | line source |
---|---|
al@21072 | 1 # SliTaz package receipt v2. |
al@21072 | 2 |
al@21072 | 3 PACKAGE="xorgproto" |
al@21072 | 4 VERSION="2018.4" |
al@21072 | 5 CATEGORY="x-window" |
al@21072 | 6 SHORT_DESC="X.Org combined protocol headers" |
al@21072 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@21072 | 8 LICENSE="MIT" |
al@21072 | 9 WEB_SITE="https://github.com/freedesktop/xorg-xorgproto" |
al@21072 | 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/xorgproto.html" |
al@21072 | 11 HOST_ARCH="any" |
al@21072 | 12 |
al@21072 | 13 TARBALL="$PACKAGE-$VERSION.tar.gz" |
al@21072 | 14 WGET_URL="https://github.com/freedesktop/xorg-xorgproto/archive/$TARBALL" |
al@21072 | 15 TARBALL_SHA1="f0870dfbaa9cccac5d0acbf61ea76196b20b5ad8" |
al@21072 | 16 |
al@21072 | 17 BUILD_DEPENDS="meson ninja" |
al@21072 | 18 |
al@21072 | 19 COPY="@dev" |
al@21072 | 20 |
al@21072 | 21 compile_rules() { |
al@21072 | 22 mkdir build |
al@21072 | 23 cd build |
al@21072 | 24 # legacy=true will install these additional .pc's: |
al@21072 | 25 # evieproto, fontcacheproto, lg3dproto, printproto, xcalibrateproto, xf86rushproto |
al@21072 | 26 meson-wrapper \ |
al@21072 | 27 --datadir=/usr/lib \ |
al@21072 | 28 -Dlegacy=true && |
al@21072 | 29 ninja && |
al@21072 | 30 ninja install || return 1 |
al@21072 | 31 |
al@21072 | 32 cook_pick_docs ../[^m]*.txt ../PM_spec |
al@21072 | 33 } |
al@21072 | 34 |
al@21072 | 35 TAGS="Xorg" |
al@21072 | 36 |
al@21072 | 37 PROVIDE="xorg-xorgproto" |