wok-next view xorg-libXi/receipt @ rev 19791

linux-libre: use gcc3
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 23 09:57:52 2017 +0200 (2017-06-23)
parents 70e678f56117
children ea3c4b76ea5d
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-libXi"
4 VERSION="1.7.6"
5 CATEGORY="x-window"
6 SHORT_DESC="X Input Extension Library"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="other"
9 WEB_SITE="https://www.x.org/wiki/"
10 HOST_ARCH="i486 arm"
12 TARBALL="libXi-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
15 DEPENDS="xorg-libXext"
16 BUILD_DEPENDS="xorg-libXext-dev xorg-libXfixes-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure \
22 --sysconfdir=/etc \
23 --localstatedir=/var \
24 --disable-static \
25 $CONFIGURE_ARGS &&
26 make &&
27 make install
28 }
30 # Rules to gen a SliTaz package suitable for Tazpkg.
31 genpkg_rules()
32 {
33 copy *.so*
34 }