Magellan Linux

Contents of /trunk/core/libxklavier/libxklavier-3.4-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1853 - (show annotations) (download)
Sun Jun 7 09:43:13 2009 UTC (14 years, 11 months ago) by niro
File size: 869 byte(s)
-moved to 'core'
1 # $Header: /magellan-cvs/smage/libxklavier/libxklavier-3.4-r2.smage2,v 1.1 2008/03/24 15:16:52 niro Exp $
2
3 PNAME="libxklavier"
4 PVER="3.4"
5 PBUILD="r2"
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
14 >= x11-libs/libxkbfile-1
15 >= x11-apps/xkbcomp-1
16 >= x11-misc/xkeyboard-config-1.2
17 >= dev-libs/glib2-2.16
18 >= dev-libs/libxml2-2.6"
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 src_compile()
33 {
34 cd ${SRCDIR}
35
36 mconfigure \
37 --with-xkb_base=/usr/share/X11/xkb \
38 --with-xkb-bin-base=/usr/bin \
39 || die
40
41 mmake || die
42 }

Properties

Name Value
svn:keywords Id