Magellan Linux

Contents of /branches/magellan-next/extras/libqalculate/libqalculate-0.9.7-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7053 - (show annotations) (download)
Tue Sep 28 13:02:21 2010 UTC (13 years, 7 months ago) by niro
File size: 859 byte(s)
auto added: ver bump to 0.9.7-r2
1 # $Id: libqalculate-0.9.7-r1.smage2 4929 2010-02-17 09:40:14Z niro $
2
3 PNAME="libqalculate"
4 PVER="0.9.7"
5 PBUILD="r2"
6
7 PCATEGORIE="sci-libs"
8 STATE="unstable"
9
10 DESCRIPTION="Multi-purpose desktop calculator library."
11 HOMEPAGE="http://qalculate.sourceforge.net/"
12
13 DEPEND=">= dev-libs/glib2-2.24
14 >= dev-libs/libxml2-2.7
15 >= sys-libs/ncurses-5.7
16 >= sys-libs/readline-6.1
17 >= sys-libs/zlib-1.2
18 >= net-misc/wget-1.12
19 >= sci-libs/cln-1.3.1"
20
21 SDEPEND=">= dev-util/pkgconfig-0.25
22 >= dev-util/intltool-0.41
23 >= sys-dev/gettext-0.18"
24
25 SRCFILE="${PNAME}-${PVER}.tar.gz"
26 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
27
28 sminclude mbuild
29
30 SRC_URI=(
31 sourceforge://qalculate/${SRCFILE}
32 mirror://${PNAME}/${SRCFILE}
33 )
34
35 UP2SUBSTITUTE="${PNAME}-"
36 UP2DATE="updatecmd_sourceforge ${PNAME/lib} ${PNAME}"
37
38 src_compile()
39 {
40 cd ${SRCDIR}
41
42 mconfigure --with-readline || die
43 mmake || die
44 }