wok-next view xcb-util-keysyms-dev/receipt @ rev 19662

Remove tazchroot (not used for yearsand unusable)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 16 18:37:27 2017 +0100 (2017-03-16)
parents 635a68cb6429
children
line source
1 # SliTaz package receipt.
3 PACKAGE="xcb-util-keysyms-dev"
4 VERSION="0.4.0"
5 CATEGORY="development"
6 SHORT_DESC="devel files for xcb-util-keysyms"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="other"
9 WEB_SITE="https://xcb.freedesktop.org/"
10 HOST_ARCH="i486 arm"
12 WANTED="xcb-util-keysyms"
13 DEPENDS="xcb-util-keysyms"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 cook_copy_files *.h *.la *.pc
19 }