Magellan Linux

Annotation of /trunk/todo/pyogg/pyogg-1.3-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 8 months ago) by niro
Original Path: trunk/extras/pyogg/pyogg-1.3-r2.smage2
File size: 605 byte(s)
import repo
1 niro 2 # $Header: /magellan-cvs/smage/pyogg/pyogg-1.3-r2.smage2,v 1.1 2008/02/12 10:45:09 niro Exp $
2    
3     PNAME="pyogg"
4     PVER="1.3"
5     PBUILD="r2"
6    
7     PCATEGORIE="dev-python"
8     STATE="unstable"
9    
10     DESCRIPTION="Python bindings for the ogg library."
11     HOMEPAGE="http://ekyo.nerim.net/software/pyogg/"
12    
13     DEPEND=">= dev-lang/python-2.5
14     >= media-libs/libogg-1.1.3"
15    
16     SRCFILE="${PNAME}-${PVER}.tar.gz"
17     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18    
19     sminclude python
20    
21     SRC_URI=(
22     http://ekyo.nerim.net/software/${PNAME}/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26     src_compile()
27     {
28     cd ${SRCDIR}
29     python config_unix.py || die
30     python_src_compile
31     }

Properties

Name Value
svn:keywords Id