wok annotate xcb-util-image/receipt @ rev 22876

web-applications: localize wikipedia
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 21 18:28:59 2020 +0100 (2020-02-21)
parents a78610b2eb47
children 535c806240cc
rev   line source
slaxemulator@12934 1 # SliTaz package receipt.
slaxemulator@12934 2
slaxemulator@12934 3 PACKAGE="xcb-util-image"
Hans-G?nter@22155 4 VERSION="0.4.0"
slaxemulator@12934 5 CATEGORY="x-window"
Hans-G?nter@22155 6 SHORT_DESC="Utility libraries for XC Binding - Port of Xlib's XImage and XShmImage functions."
slaxemulator@12934 7 MAINTAINER="slaxemulator@gmail.com"
pascal@14744 8 LICENSE="other"
Hans-G?nter@22155 9 WEB_SITE="https://xcb.freedesktop.org/XcbUtil/"
Hans-G?nter@22155 10
slaxemulator@12934 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@20669 12 WGET_URL="https://xcb.freedesktop.org/dist/$TARBALL"
slaxemulator@12934 13
slaxemulator@12934 14 DEPENDS="libxcb xcb-util"
slaxemulator@12934 15 BUILD_DEPENDS="libxcb-dev xcb-util-dev xorg-util-macros"
slaxemulator@12934 16
slaxemulator@12934 17 # Rules to configure and make the package.
slaxemulator@12934 18 compile_rules()
slaxemulator@12934 19 {
Hans-G?nter@22155 20 ./configure \
Hans-G?nter@22155 21 --disable-static \
Hans-G?nter@22155 22 $CONFIGURE_ARGS &&
Hans-G?nter@22155 23 make &&
Hans-G?nter@22155 24 make install
slaxemulator@12934 25 }
slaxemulator@12934 26
slaxemulator@12934 27 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@12934 28 genpkg_rules()
slaxemulator@12934 29 {
slaxemulator@12934 30 mkdir -p $fs/usr/lib
Hans-G?nter@22155 31 cp -a $install/usr/lib/*.so* $fs/usr/lib
slaxemulator@12934 32 }