Magellan Linux

Annotation of /trunk/extras/libspectre/libspectre-0.2.8-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28361 - (hide annotations) (download)
Tue Aug 23 14:18:59 2016 UTC (7 years, 9 months ago) by niro
File size: 451 byte(s)
auto added: ver bump to 0.2.8-r1
1 niro 28361 # $Id$
2    
3     PNAME="libspectre"
4     PVER="0.2.8"
5     PBUILD="r1"
6    
7     PCAT="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 multilib
18    
19     SRC_URI=(
20     http://${PNAME}.freedesktop.org/releases/${SRCFILE}
21     mirror://${PNAME}/${SRCFILE}
22     )
23    
24     UP2DATE="updatecmd_freedesktop ${PNAME} gz"