Magellan Linux

Annotation of /trunk/extras/rarian/rarian-0.8.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 8 months ago) by niro
File size: 923 byte(s)
import repo
1 niro 2 # $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