Magellan Linux

Contents of /trunk/todo/rarian/rarian-0.8.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2559 - (show annotations) (download)
Thu Jul 9 20:31:51 2009 UTC (14 years, 10 months ago) by niro
File size: 923 byte(s)
-moved to 'todo'
1 # $Header: /magellan-cvs/smage/rarian/rarian-0.8.0-r2.smage2,v 1.1 2008/04/03 18:49:38 niro Exp $
2
3 PNAME="rarian"
4 PVER="0.8.0"
5 PBUILD="r2"
6
7 PCATEGORIE="app-text"
8 STATE="unstable"
9
10 DESCRIPTION="Rarian is a documentation metadata library based on the proposed Freedesktop.org spec."
11 HOMEPAGE="http://rarian.freedesktop.org/"
12
13 DEPEND=">= dev-libs/libxslt-1.1.20"
14
15 SRCFILE="${PNAME}-${PVER}.tar.bz2"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 http://rarian.freedesktop.org/Releases/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${PNAME}-${PVER}-posix-getopt.patch
24 mirror://${PNAME}/${PNAME}-${PVER}-info-segfault.patch
25 )
26
27 src_prepare()
28 {
29 munpack ${SRCFILE} || die
30 cd ${SRCDIR}
31
32 # only GNU getopt supports long options but not scrollkeeper
33 mpatch ${PNAME}-${PVER}-posix-getopt.patch || die
34 # fixes segfaults
35 mpatch ${PNAME}-${PVER}-info-segfault.patch || die
36
37 mlibtoolize || die
38 }

Properties

Name Value
svn:keywords Id