wok annotate xorg-libXrandr/receipt @ rev 22574

updated bzflag (2.4.0 -> 2.4.18)
author Hans-G?nter Theisgen
date Mon Jan 06 15:51:49 2020 +0100 (2020-01-06)
parents 814c58f64f83
children 5d79829fa876
rev   line source
pankso@20 1 # SliTaz package receipt.
pankso@20 2
pankso@20 3 PACKAGE="xorg-libXrandr"
Hans-G?nter@22223 4 VERSION="1.5.2"
pankso@20 5 CATEGORY="x-window"
pankso@20 6 SHORT_DESC="Xorg server module."
pankso@20 7 MAINTAINER="pankso@slitaz.org"
pascal@15579 8 LICENSE="MIT"
Hans-G?nter@22223 9 WEB_SITE="https://www.x.org/wiki/"
Hans-G?nter@22223 10
pankso@20 11 SOURCE="libXrandr"
gokhlayeh@6993 12 TARBALL="$SOURCE-$VERSION.tar.bz2"
pankso@20 13 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
pankso@20 14
pascal@15579 15 DEPENDS="xorg-libXext xorg-libXrender"
Hans-G?nter@22223 16 BUILD_DEPENDS="xorg-libXext-dev xorg-libXrender-dev xorg-randrproto "
Hans-G?nter@22223 17
Hans-G?nter@22223 18 HOST_ARCH="i486 arm"
pascal@15579 19
pankso@20 20 # Rules to configure and make the package.
pankso@20 21 compile_rules()
pankso@20 22 {
Hans-G?nter@22223 23 ./configure \
Hans-G?nter@22223 24 --prefix=/usr \
Hans-G?nter@22223 25 --sysconfdir=/etc \
Hans-G?nter@22223 26 --localstatedir=/var \
pankso@16109 27 $CONFIGURE_ARGS &&
Hans-G?nter@22223 28 make &&
Hans-G?nter@22223 29 make install
pankso@20 30 }
pankso@20 31
pankso@20 32 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@20 33 genpkg_rules()
pankso@20 34 {
pankso@20 35 mkdir -p $fs/usr/lib
pascal@14568 36 cp -a $install/usr/lib/*.so* $fs/usr/lib
pankso@20 37 }