wok view libxklavier/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 66feb7f9e198
children b773d0f56539
line source
1 # SliTaz package receipt.
3 PACKAGE="libxklavier"
4 VERSION="5.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Library providing high-level API for XKB"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://freedesktop.org/wiki/Software/LibXklavier"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="$SF_MIRROR/gswitchit/libxklavier/$VERSION/$TARBALL"
13 DEPENDS="glib xorg-libXi xorg-libxkbfile"
14 BUILD_DEPENDS="libxml2-dev glib-dev xorg-xkbcomp iso-codes"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure \
20 --disable-static \
21 --disable-gtk-doc \
22 --enable-xkb-support \
23 --enable-xmodmap-support \
24 $CONFIGURE_ARGS &&
25 make &&
26 make install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 mkdir -p $fs/usr/lib
33 cp -a $install/usr/lib/*.so* $fs/usr/lib
34 }