wok-next annotate xorg-libxshmfence-dev/receipt @ rev 19737

Up bind, brotli, cairo, check, compface, cookutils, cpio, curl, db, openssl.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 30 05:37:57 2017 +0300 (2017-05-30)
parents
children f463de72afe3
rev   line source
al@19637 1 # SliTaz package receipt.
al@19637 2
al@19637 3 PACKAGE="xorg-libxshmfence-dev"
al@19637 4 VERSION="1.2"
al@19637 5 CATEGORY="development"
al@19637 6 SHORT_DESC="Xorg server Shared Memory Fence library devel files."
al@19637 7 MAINTAINER="al.bobylev@gmail.com"
al@19637 8 LICENSE="MIT"
al@19637 9 WEB_SITE="https://www.x.org/wiki"
al@19637 10 HOST_ARCH="i486 arm"
al@19637 11
al@19637 12 WANTED="xorg-libxshmfence"
al@19637 13 DEPENDS="xorg-libxshmfence"
al@19637 14
al@19637 15 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19637 16 genpkg_rules()
al@19637 17 {
al@19637 18 cook_copy_files *.h *.la *.pc
al@19637 19 }