wok-next view xcb-util-dev/receipt @ rev 19645

Remove mesa-dri-ati, mesa-dri-intel, mesa-dri-nouveau, mesa-dri-vmwgfx -> mesa-dri. Split llvm. Up/add xorg apps and some other stuff.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Feb 22 03:43:01 2017 +0200 (2017-02-22)
parents 124c3a7da04f
children 1a86cb99cbbf
line source
1 # SliTaz package receipt.
3 PACKAGE="xcb-util-dev"
4 VERSION="0.4.0"
5 CATEGORY="development"
6 SHORT_DESC="xcb-util development files"
7 MAINTAINER="mallory@sweetpeople.org"
8 LICENSE="MIT"
9 WEB_SITE="https://xcb.freedesktop.org/"
10 HOST_ARCH="i486 arm"
12 WANTED="xcb-util"
13 DEPENDS="xcb-util"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 cook_copy_files *.h *.la *.pc
19 }