Magellan Linux

Annotation of /branches/branch-xorg18/todo/potrace/potrace-1.8-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5192 - (hide annotations) (download)
Tue Apr 6 21:54:10 2010 UTC (14 years, 2 months ago) by niro
File size: 577 byte(s)
created branch 'branch-xorg18'
1 niro 2 # $Header: /magellan-cvs/smage/potrace/potrace-1.8-r2.smage2,v 1.1 2008/08/18 16:11:36 niro Exp $
2    
3     PNAME="potrace"
4     PVER="1.8"
5     PBUILD="r2"
6    
7     PCATEGORIE="media-gfx"
8     STATE="unstable"
9    
10     DESCRIPTION="potrace transforms bitmaps into vector graphics."
11     HOMEPAGE="http://potrace.sourceforge.net/"
12    
13     DEPEND=">= sys-libs/zlib-1"
14    
15     SRCFILE="${PNAME}-${PVER}.tar.gz"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     sminclude mbuild
19    
20     SRC_URI=(
21     sourceforge://${PNAME}/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     src_compile()
26     {
27     cd ${SRCDIR}
28    
29     mconfigure --enable-zlib --enable-a4 || die
30     mmake || die
31     }

Properties

Name Value
svn:keywords Id