Magellan Linux

Contents of /branches/R11-unstable/extras/libspectre/libspectre-0.2.7-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25573 - (show annotations) (download)
Tue Nov 25 03:58:24 2014 UTC (9 years, 5 months ago) by niro
File size: 451 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="libspectre"
4 PVER="0.2.7"
5 PBUILD="r2"
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"