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

memtest: shrink
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 05 13:03:25 2017 +0100 (2017-11-05)
parents f463de72afe3
children 0e7893ac206d
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@19637 10 HOST_ARCH="i486 arm"
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@19805 17 PKG_RULE="std-dev"
al@19637 18
al@19637 19 # Rules to configure and make the package.
al@19637 20 compile_rules()
al@19637 21 {
al@19637 22 ./configure \
al@19637 23 --sysconfdir=/etc \
al@19637 24 --localstatedir=/var \
al@19637 25 $CONFIGURE_ARGS &&
al@19637 26 make &&
al@19805 27 make install
al@19637 28 }
al@19637 29
al@19637 30 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19637 31 genpkg_rules()
al@19637 32 {
al@19805 33 case $PACKAGE in
al@19805 34 *-libxshmfence) copy @std;;
al@19805 35 *-dev) copy @dev;;
al@19805 36 esac
al@19637 37 }