wok-next view xorg-libxshmfence/receipt @ rev 21025

Update tzdata (2018g)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 03 04:10:29 2018 +0200 (2018-11-03)
parents f48456621a9d
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-libxshmfence"
4 VERSION="1.3"
5 CATEGORY="x-window"
6 SHORT_DESC="Xorg server Shared Memory Fence library"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html"
11 REPOLOGY="libxshmfence"
13 TARBALL="libxshmfence-$VERSION.tar.bz2"
14 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
16 BUILD_DEPENDS="xorg-xorgproto"
17 SPLIT="$PACKAGE-dev"
19 compile_rules() {
20 ./configure $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 *-libxshmfence) copy @std;;
29 *-dev) copy @dev;;
30 esac
31 }