Magellan Linux

Contents of /trunk/core/libxklavier/libxklavier-3.9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1856 - (show annotations) (download)
Sun Jun 7 14:48:38 2009 UTC (14 years, 11 months ago) by niro
File size: 832 byte(s)
auto added: ver bump to 3.9-r1
1 # $Id$
2
3 PNAME="libxklavier"
4 PVER="3.9"
5 PBUILD="r1"
6
7 PCATEGORIE="x11-libs"
8 STATE="unstable"
9
10 DESCRIPTION="libxklavier is a library providing high-level API for X Keyboard Extension known as XKB."
11 HOMEPAGE="http://freedesktop.org/wiki/Software/LibXklavier"
12
13 DEPEND=">= x11-libs/libX11-1.2
14 >= x11-libs/libxkbfile-1.0.5
15 >= x11-apps/xkbcomp-1.0.5
16 >= x11-misc/xkeyboard-config-1.6
17 >= dev-libs/glib2-2.20
18 >= dev-libs/libxml2-2.7"
19
20 SDEPEND=">= dev-util/pkgconfig-0.23"
21
22 SRCFILE="${PNAME}-${PVER}.tar.gz"
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 }

Properties

Name Value
svn:keywords Id