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

Clean default configure options when site script used.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 30 19:31:50 2018 +0300 (2018-03-30)
parents 0e7893ac206d
children 10df65db91ad
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 make &&
21 make install
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 *-libxshmfence) copy @std;;
27 *-dev) copy @dev;;
28 esac
29 }