wok-next view xorg-libxshmfence-dev/receipt @ rev 19703

Up bird (1.6.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 26 12:29:37 2017 +0200 (2017-04-26)
parents
children f463de72afe3
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-libxshmfence-dev"
4 VERSION="1.2"
5 CATEGORY="development"
6 SHORT_DESC="Xorg server Shared Memory Fence library devel files."
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki"
10 HOST_ARCH="i486 arm"
12 WANTED="xorg-libxshmfence"
13 DEPENDS="xorg-libxshmfence"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 cook_copy_files *.h *.la *.pc
19 }