Magellan Linux

Contents of /trunk/extras/xapian/xapian-1.3.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23289 - (show annotations) (download)
Fri Nov 7 12:25:59 2014 UTC (9 years, 7 months ago) by niro
File size: 459 byte(s)
auto added: ver bump to 1.3.1-r1
1 # $Id$
2
3 PNAME="xapian"
4 PVER="1.3.1"
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"