wok-next view xorg-libXxf86dga/receipt @ rev 19715

Fix building: pciutils, pcmanfm-legacy, arj
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 13 17:25:31 2017 +0300 (2017-05-13)
parents eb8067417980
children f463de72afe3
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-libXxf86dga"
4 VERSION="1.1.4"
5 CATEGORY="x-window"
6 SHORT_DESC="Xorg server module."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki"
11 TARBALL="libXxf86dga-$VERSION.tar.bz2"
12 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
14 DEPENDS=""
15 BUILD_DEPENDS="pkg-config xorg-util-macros xorg-xproto \
16 xorg-libX11-dev xorg-libXext-dev \
17 xorg-xf86dgaproto"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 ./configure \
23 --sysconfdir=/etc \
24 --localstatedir=/var \
25 --disable-static \
26 $CONFIGURE_ARGS &&
27 make && make install
28 }
30 # Rules to gen a SliTaz package suitable for Tazpkg.
31 genpkg_rules()
32 {
33 cook_copy_files *.so*
34 }