wok annotate xorg-libXdamage/receipt @ rev 23107

updated libtasn1 and libtasn1-dev (4.13 -> 4.16.0)
author Hans-G?nter Theisgen
date Thu Mar 12 13:38:17 2020 +0100 (2020-03-12)
parents 814c58f64f83
children 5d79829fa876
rev   line source
pankso@87 1 # SliTaz package receipt.
pankso@87 2
pankso@87 3 PACKAGE="xorg-libXdamage"
Hans-G?nter@22211 4 VERSION="1.1.5"
pankso@87 5 CATEGORY="x-window"
Hans-G?nter@22211 6 SHORT_DESC="X Damage Library."
pankso@87 7 MAINTAINER="pankso@slitaz.org"
al@14644 8 LICENSE="other"
Hans-G?nter@22211 9 WEB_SITE="https://www.x.org/wiki/"
Hans-G?nter@22211 10
pankso@87 11 SOURCE="libXdamage"
gokhlayeh@6993 12 TARBALL="$SOURCE-$VERSION.tar.bz2"
pankso@87 13 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
pankso@87 14
al@14644 15 DEPENDS="xorg-libXfixes"
al@14644 16 BUILD_DEPENDS="xorg-damageproto xorg-libXfixes-dev"
al@14644 17
Hans-G?nter@22211 18 HOST_ARCH="i486 arm"
Hans-G?nter@22211 19
pankso@87 20 # Rules to configure and make the package.
pankso@87 21 compile_rules()
pankso@87 22 {
Hans-G?nter@22211 23 ./configure \
Hans-G?nter@22211 24 --sysconfdir=/etc \
Hans-G?nter@22211 25 --localstatedir=/var \
Hans-G?nter@22211 26 --disable-static \
al@14644 27 $CONFIGURE_ARGS &&
al@14644 28 make &&
al@14644 29 make install
pankso@87 30 }
pankso@87 31
pankso@87 32 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@87 33 genpkg_rules()
pankso@87 34 {
pankso@87 35 mkdir -p $fs/usr/lib
al@14644 36 cp -a $install/usr/lib/*.so* $fs/usr/lib
pankso@87 37 }