Magellan Linux

Annotation of /trunk/todo/xapian/xapian-1.3.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27956 - (hide annotations) (download)
Wed Apr 6 11:26:56 2016 UTC (8 years, 2 months ago) by niro
File size: 504 byte(s)
-moved to 'todo'
1 niro 23289 # $Id$
2    
3     PNAME="xapian"
4     PVER="1.3.1"
5     PBUILD="r1"
6    
7     PCAT="dev-libs"
8 niro 23290 STATE="disabled" # development release cicle
9 niro 23289
10     DESCRIPTION="Open source search engine library."
11     HOMEPAGE="http://xapian.org/"
12    
13     DEPEND=">= sys-libs/zlib-1.2"
14    
15 niro 23293 SRCFILE="${PNAME}-core-${PVER}.tar.gz"
16 niro 23289 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 gz"