wok-next view libxkbfile/receipt @ rev 21720

qt4: replaced libIDL by libidl
author Hans-G?nter Theisgen
date Wed Aug 05 09:22:38 2020 +0100 (2020-08-05)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libxkbfile"
4 VERSION="1.0.9"
5 CATEGORY="x-window"
6 SHORT_DESC="XKB file handling routines"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
14 TARBALL_SHA1="d708d3415212febbc67d4d996d02d7e3218e13ad"
16 BUILD_DEPENDS="libx11-dev libxcb-dev libxau-dev libxdmcp-dev"
17 SPLIT="$PACKAGE-dev"
19 DEPENDS_std="libx11"
20 DEPENDS_dev="$PACKAGE xorgproto libx11-dev"
22 compile_rules() {
23 ./configure \
24 --disable-static \
25 $CONFIGURE_ARGS &&
26 fix libtool &&
27 make &&
28 make install
29 }
31 TAGS="Xorg"
33 PROVIDE_std="xorg-libxkbfile"
34 PROVIDE_dev="xorg-libxkbfile-dev"