Magellan Linux

Contents of /branches/R11-unstable/extras/libqalculate/libqalculate-0.9.7-r6.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25560 - (show annotations) (download)
Tue Nov 25 03:56:00 2014 UTC (9 years, 5 months ago) by niro
File size: 772 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="libqalculate"
4 PVER="0.9.7"
5 PBUILD="r6"
6
7 PCAT="sci-libs"
8
9 DESCRIPTION="Multi-purpose desktop calculator library."
10 HOMEPAGE="http://qalculate.sourceforge.net/"
11
12 DEPEND=">= dev-libs/glib2-2.34
13 >= dev-libs/libxml2-2.7
14 >= sys-libs/ncurses-5.9
15 >= sys-libs/readline-6.3
16 >= sys-libs/zlib-1.2
17 >= net-misc/wget-1.12
18 >= sci-libs/cln-1.3.2"
19
20 SDEPEND=">= dev-util/pkgconfig-0.25
21 >= dev-util/intltool-0.50
22 >= sys-dev/gettext-0.18"
23
24 SRCFILE="${PNAME}-${PVER}.tar.gz"
25 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
26
27 sminclude mbuild
28 msetfeature "!check"
29
30 SRC_URI=(
31 sourceforge://qalculate/${SRCFILE}
32 mirror://${PNAME}/${SRCFILE}
33 )
34
35 UP2DATE="updatecmd_sourceforge ${PNAME/lib} ${PNAME} gz"
36
37 src_compile()
38 {
39 cd ${SRCDIR}
40
41 mconfigure --with-readline || die
42 mmake || die
43 }