Contents of /branches/magellan-next/extras/libqalculate/libqalculate-0.9.7-r3.smage2
Parent Directory | Revision Log
Revision 8546 -
(show annotations)
(download)
Thu Jul 21 22:24:44 2011 UTC (13 years, 3 months ago) by niro
File size: 780 byte(s)
Thu Jul 21 22:24:44 2011 UTC (13 years, 3 months ago) by niro
File size: 780 byte(s)
auto added: ver bump to 0.9.7-r3
1 | # $Id$ |
2 | |
3 | PNAME="libqalculate" |
4 | PVER="0.9.7" |
5 | PBUILD="r3" |
6 | |
7 | PCATEGORIE="sci-libs" |
8 | |
9 | DESCRIPTION="Multi-purpose desktop calculator library." |
10 | HOMEPAGE="http://qalculate.sourceforge.net/" |
11 | |
12 | DEPEND=">= dev-libs/glib2-2.28 |
13 | >= dev-libs/libxml2-2.7 |
14 | >= sys-libs/ncurses-5.9 |
15 | >= sys-libs/readline-6.2 |
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.41 |
22 | >= sys-dev/gettext-0.18" |
23 | |
24 | SRCFILE="${PNAME}-${PVER}.tar.gz" |
25 | SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" |
26 | |
27 | sminclude mbuild |
28 | |
29 | SRC_URI=( |
30 | sourceforge://qalculate/${SRCFILE} |
31 | mirror://${PNAME}/${SRCFILE} |
32 | ) |
33 | |
34 | UP2SUBSTITUTE="${PNAME}-" |
35 | UP2DATE="updatecmd_sourceforge ${PNAME/lib} ${PNAME}" |
36 | |
37 | src_compile() |
38 | { |
39 | cd ${SRCDIR} |
40 | |
41 | mconfigure --with-readline || die |
42 | mmake || die |
43 | } |