wok annotate xorg-libXres/receipt @ rev 18545

Add: get-vivaldi, kazehakase. Up: firefox-official(42.0). Misc: change various icons.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 07 03:08:19 2015 +0200 (2015-11-07)
parents c4160798b7d5
children 814c58f64f83
rev   line source
pascal@14627 1 # SliTaz package receipt.
pascal@14627 2
pascal@14627 3 PACKAGE="xorg-libXres"
pascal@14627 4 VERSION="1.0.7"
pascal@14627 5 CATEGORY="x-window"
pascal@14627 6 SHORT_DESC="Xorg server module."
pascal@14627 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15579 8 LICENSE="MIT"
pascal@14627 9 SOURCE="libXres"
pascal@14627 10 TARBALL="$SOURCE-$VERSION.tar.bz2"
pascal@14627 11 WEB_SITE="http://www.x.org/"
pascal@14627 12 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
pascal@14627 13
pascal@14627 14 DEPENDS="xorg-libX11 xorg-libXext"
pascal@14627 15 BUILD_DEPENDS="pkg-config xorg-util-macros xorg-libX11-dev xorg-libXext-dev \
pascal@14627 16 xorg-resourceproto"
pascal@14627 17
pascal@14627 18 # Rules to configure and make the package.
pascal@14627 19 compile_rules()
pascal@14627 20 {
pascal@14627 21 cd $src
pascal@14627 22 ./configure \
pascal@14627 23 --sysconfdir=/etc \
pascal@14627 24 --mandir=/usr/share/man \
pascal@14627 25 --localstatedir=/var \
pascal@14627 26 $CONFIGURE_ARGS &&
pascal@14627 27 make && make install
pascal@14627 28 }
pascal@14627 29
pascal@14627 30 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14627 31 genpkg_rules()
pascal@14627 32 {
pascal@14627 33 mkdir -p $fs/usr/lib
pascal@14627 34 cp -a $install/usr/lib/*.so* $fs/usr/lib
pascal@14627 35 }