wok-next diff 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
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xorg-libxshmfence-dev/receipt	Tue May 30 05:37:57 2017 +0300
     1.3 @@ -0,0 +1,19 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xorg-libxshmfence-dev"
     1.7 +VERSION="1.2"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Xorg server Shared Memory Fence library devel files."
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="MIT"
    1.12 +WEB_SITE="https://www.x.org/wiki"
    1.13 +HOST_ARCH="i486 arm"
    1.14 +
    1.15 +WANTED="xorg-libxshmfence"
    1.16 +DEPENDS="xorg-libxshmfence"
    1.17 +
    1.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 +genpkg_rules()
    1.20 +{
    1.21 +	cook_copy_files *.h *.la *.pc
    1.22 +}