Magellan Linux

Contents of /branches/magellan-next/core/libxklavier/libxklavier-5.0-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8234 - (show annotations) (download)
Wed Jul 13 10:20:28 2011 UTC (12 years, 10 months ago) by niro
File size: 842 byte(s)
auto added: ver bump to 5.0-r3
1 # $Id$
2
3 PNAME="libxklavier"
4 PVER="5.0"
5 PBUILD="r3"
6
7 PCATEGORIE="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
27 SRC_URI=(
28 sourceforge://gswitchit/${SRCFILE}
29 mirror://${PNAME}/${SRCFILE}
30 )
31
32 UP2DATE="updatecmd_sourceforge gswitchit ${PNAME}"
33
34 src_compile()
35 {
36 cd ${SRCDIR}
37
38 mconfigure \
39 --with-xkb_base=/usr/share/X11/xkb \
40 --with-xkb-bin-base=/usr/bin \
41 || die
42
43 mmake || die
44 }