Magellan Linux

Contents of /branches/R11-stable/extras/xapian/xapian-1.2.15-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18038 - (show annotations) (download)
Thu Jun 27 06:48:44 2013 UTC (10 years, 10 months ago) by niro
File size: 460 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="xapian"
4 PVER="1.2.15"
5 PBUILD="r1"
6
7 PCAT="dev-libs"
8
9 DESCRIPTION="Open source search engine library."
10 HOMEPAGE="http://xapian.org/"
11
12 DEPEND=">= sys-libs/zlib-1.2"
13
14 SRCFILE="${PNAME}-core-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-core-${PVER}"
16
17 sminclude mbuild
18
19 SRC_URI=(
20 http://oligarchy.co.uk/${PNAME}/${PVER}/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd http://xapian.org/download | grep ${PNAME}-core | firsttarball gz"