wok annotate libxklavier/receipt @ rev 20257

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