Magellan Linux

Annotation of /branches/magellan-next/extras/libspectre/libspectre-0.2.6-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8568 - (hide annotations) (download)
Fri Jul 22 10:44:58 2011 UTC (12 years, 10 months ago) by niro
File size: 448 byte(s)
auto added: ver bump to 0.2.6-r2
1 niro 8568 # $Id$
2    
3     PNAME="libspectre"
4     PVER="0.2.6"
5     PBUILD="r2"
6    
7     PCATEGORIE="app-text"
8    
9     DESCRIPTION="Library to render Postscript documents."
10     HOMEPAGE="http://libspectre.freedesktop.org/"
11    
12     DEPEND=">= app-text/ghostscript-gpl-9"
13    
14     SRCFILE="${PNAME}-${PVER}.tar.gz"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     sminclude mbuild
18    
19     SRC_URI=(
20     http://${PNAME}.freedesktop.org/releases/${SRCFILE}
21     mirror://${PNAME}/${SRCFILE}
22     )
23    
24     UP2DATE="updatecmd_freedesktop ${PNAME} gz"