wok-next view xorg-libXrandr/receipt @ rev 19785

glib provide libgio (prevent installing old libgio from external repo as build dep); make advancecomp static; up bdeps in imagemagick*.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jun 19 15:13:40 2017 +0300 (2017-06-19)
parents 70e678f56117
children ea3c4b76ea5d
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-libXrandr"
4 VERSION="1.5.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Xorg server module."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki"
10 HOST_ARCH="i486 arm"
12 TARBALL="libXrandr-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
15 DEPENDS="xorg-libXext xorg-libXrender"
16 BUILD_DEPENDS="xorg-randrproto xorg-libXext-dev xorg-libXrender-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure \
22 --prefix=/usr \
23 --sysconfdir=/etc \
24 --localstatedir=/var \
25 $CONFIGURE_ARGS &&
26 make && make install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 copy *.so*
33 }