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

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents ea3c4b76ea5d
children 757d032c55c7
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@19637 19 ./configure \
al@19637 20 --sysconfdir=/etc \
al@19637 21 --localstatedir=/var \
al@19637 22 $CONFIGURE_ARGS &&
al@19637 23 make &&
al@19805 24 make install
al@19637 25 }
al@19637 26
al@20443 27 genpkg_rules() {
al@19805 28 case $PACKAGE in
al@19805 29 *-libxshmfence) copy @std;;
al@19805 30 *-dev) copy @dev;;
al@19805 31 esac
al@19637 32 }