Magellan Linux

Annotation of /branches/R11-stable/extras/xapian/xapian-1.2.19-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24198 - (hide annotations) (download)
Fri Feb 20 09:22:45 2015 UTC (9 years, 3 months ago) by niro
File size: 486 byte(s)
-release branches/R11-stable
1 niro 23291 # $Id$
2    
3     PNAME="xapian"
4     PVER="1.2.19"
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     >= sys-libs/libuuid-2.25"
14    
15 niro 23293 SRCFILE="${PNAME}-core-${PVER}.tar.xz"
16 niro 23291 SRCDIR="${BUILDDIR}/${PNAME}-core-${PVER}"
17    
18     sminclude mbuild
19    
20     SRC_URI=(
21     http://oligarchy.co.uk/${PNAME}/${PVER}/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25 niro 23293 UP2DATE="updatecmd http://xapian.org/download | grep ${PNAME}-core | firsttarball xz"