wok-next annotate xorg-libxshmfence/receipt @ rev 20935

Update xorg
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 24 15:29:24 2018 +0300 (2018-08-24)
parents 270c09f6a958
children f48456621a9d
rev   line source
al@19805 1 # SliTaz package receipt v2.
al@19637 2
al@19637 3 PACKAGE="xorg-libxshmfence"
al@20934 4 VERSION="1.3"
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@20888 11 REPOLOGY="libxshmfence"
al@19637 12
al@19637 13 TARBALL="libxshmfence-$VERSION.tar.bz2"
al@19637 14 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
al@19637 15
al@20935 16 BUILD_DEPENDS="xorg-xorgproto"
al@19805 17 SPLIT="xorg-libxshmfence-dev"
al@19637 18
al@20443 19 compile_rules() {
al@20534 20 ./configure $CONFIGURE_ARGS &&
al@20604 21 fix libtool &&
al@19637 22 make &&
al@19805 23 make install
al@19637 24 }
al@19637 25
al@20443 26 genpkg_rules() {
al@19805 27 case $PACKAGE in
al@19805 28 *-libxshmfence) copy @std;;
al@19805 29 *-dev) copy @dev;;
al@19805 30 esac
al@19637 31 }