wok-next view pixman-dev/receipt @ rev 19647

Forgotten changes: libdrm-*, dbus, fontconfig, harfbuzz, libdrm, pixman, xorg-glproto.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 23 00:58:26 2017 +0200 (2017-02-23)
parents 4dcf150f8956
children
line source
1 # SliTaz package receipt.
3 PACKAGE="pixman-dev"
4 VERSION="0.34.0"
5 CATEGORY="development"
6 SHORT_DESC="Pixman library devel files"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.cairographics.org/"
10 HOST_ARCH="i486 arm"
12 WANTED="pixman"
13 DEPENDS="pixman pkg-config"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 cook_copy_files *.h *.la *.pc
19 }