Magellan Linux

Contents of /trunk/todo/libqalculate/libqalculate-0.9.7-r7.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27897 - (show annotations) (download)
Wed Apr 6 11:02:31 2016 UTC (8 years, 1 month ago) by niro
File size: 799 byte(s)
-moved to 'todo'
1 # $Id$
2
3 PNAME="libqalculate"
4 PVER="0.9.7"
5 PBUILD="r7"
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.46
13 >= dev-libs/libxml2-2.7
14 >= sys-libs/ncurses-6.0
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 >= sys-libs/libstdc++-5.3"
20
21 SDEPEND=">= dev-util/pkgconfig-0.25
22 >= dev-util/intltool-0.50
23 >= sys-dev/gettext-0.18"
24
25 SRCFILE="${PNAME}-${PVER}.tar.gz"
26 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
27
28 sminclude mbuild
29 msetfeature "!check"
30
31 SRC_URI=(
32 sourceforge://qalculate/${SRCFILE}
33 mirror://${PNAME}/${SRCFILE}
34 )
35
36 UP2DATE="updatecmd_sourceforge ${PNAME/lib} ${PNAME} gz"
37
38 src_compile()
39 {
40 cd ${SRCDIR}
41
42 mconfigure --with-readline || die
43 mmake || die
44 }