wok-next annotate 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
rev   line source
al@19805 1 # SliTaz package receipt v2.
al@19637 2
al@19637 3 PACKAGE="xorg-libxshmfence"
al@19637 4 VERSION="1.2"
al@19637 5 CATEGORY="x-window"
al@19805 6 SHORT_DESC="Xorg server Shared Memory Fence library"
al@19637 7 MAINTAINER="al.bobylev@gmail.com"
al@19637 8 LICENSE="MIT"
al@19805 9 WEB_SITE="https://www.x.org/wiki/"
al@20443 10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/x/x7lib.html"
al@19637 11
al@19637 12 TARBALL="libxshmfence-$VERSION.tar.bz2"
al@19637 13 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
al@19637 14
al@19637 15 BUILD_DEPENDS="xorg-xproto"
al@19805 16 SPLIT="xorg-libxshmfence-dev"
al@19637 17
al@20443 18 compile_rules() {
al@20534 19 ./configure $CONFIGURE_ARGS &&
al@19637 20 make &&
al@19805 21 make install
al@19637 22 }
al@19637 23
al@20443 24 genpkg_rules() {
al@19805 25 case $PACKAGE in
al@19805 26 *-libxshmfence) copy @std;;
al@19805 27 *-dev) copy @dev;;
al@19805 28 esac
al@19637 29 }