Magellan Linux

Contents of /branches/R11-stable/extras/libxklavier/libxklavier-5.0-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15264 - (show annotations) (download)
Wed Jan 2 11:05:59 2013 UTC (11 years, 4 months ago) by niro
File size: 857 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="libxklavier"
4 PVER="5.0"
5 PBUILD="r3"
6
7 PCAT="x11-libs"
8
9 DESCRIPTION="libxklavier is a library providing high-level API for X Keyboard Extension known as XKB."
10 HOMEPAGE="http://freedesktop.org/wiki/Software/LibXklavier"
11
12 DEPEND=">= x11-libs/libX11-1.4
13 >= x11-libs/libxkbfile-1.0.7
14 >= x11-apps/xkbcomp-1.2
15 >= x11-misc/xkeyboard-config-2.2
16 >= dev-libs/glib2-2.28
17 >= dev-libs/libxml2-2.7
18 >= app-text/iso-codes-3.27"
19
20 SDEPEND=">= dev-util/pkgconfig-0.25"
21
22 SRCFILE="${PNAME}-${PVER}.tar.bz2"
23 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
24
25 sminclude mbuild
26 msetfeature "!check"
27
28 SRC_URI=(
29 sourceforge://gswitchit/${SRCFILE}
30 mirror://${PNAME}/${SRCFILE}
31 )
32
33 UP2DATE="updatecmd_sourceforge gswitchit ${PNAME}"
34
35 src_compile()
36 {
37 cd ${SRCDIR}
38
39 mconfigure \
40 --with-xkb_base=/usr/share/X11/xkb \
41 --with-xkb-bin-base=/usr/bin \
42 || die
43
44 mmake || die
45 }