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

Up nsd (4.1.21)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 13:10:46 2018 +0300 (2018-05-27)
parents 757d032c55c7
children cd7906120828
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-libxshmfence"
4 VERSION="1.2"
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/stable/x/x7lib.html"
12 TARBALL="libxshmfence-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
15 BUILD_DEPENDS="xorg-xproto"
16 SPLIT="xorg-libxshmfence-dev"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 case $PACKAGE in
27 *-libxshmfence) copy @std;;
28 *-dev) copy @dev;;
29 esac
30 }