Magellan Linux

Contents of /branches/magellan-next/extras/libspectre/libspectre-0.2.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7119 - (show annotations) (download)
Wed Sep 29 09:17:42 2010 UTC (13 years, 7 months ago) by niro
File size: 525 byte(s)
auto added: ver bump to 0.2.6-r1
1 # $Id: libspectre-0.2.3-r1.smage2 4946 2010-02-17 22:28:07Z niro $
2
3 PNAME="libspectre"
4 PVER="0.2.6"
5 PBUILD="r1"
6
7 PCATEGORIE="app-text"
8 STATE="unstable"
9
10 DESCRIPTION="Library to render Postscript documents."
11 HOMEPAGE="http://libspectre.freedesktop.org/"
12
13 DEPEND=">= app-text/ghostscript-gpl-9"
14
15 SRCFILE="${PNAME}-${PVER}.tar.gz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17
18 sminclude mbuild
19
20 SRC_URI=(
21 http://${PNAME}.freedesktop.org/releases/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd_freedesktop ${PNAME} gz"