Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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