Magellan Linux

Contents of /trunk/extras/orc/orc-0.4.16-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13529 - (show annotations) (download)
Thu Oct 11 12:10:05 2012 UTC (11 years, 8 months ago) by niro
File size: 454 byte(s)
-multilib rebuild
1 # $Id$
2
3 PNAME="orc"
4 PVER="0.4.16"
5 PBUILD="r1"
6
7 PCAT="dev-lang"
8
9 DESCRIPTION="The Oil Runtime Compiler."
10 HOMEPAGE="http://code.entropywave.com/orc/"
11
12 DEPEND=">= virtual/glibc"
13
14 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude multilib
18
19 SRC_URI=(
20 http://code.entropywave.com/download/${PNAME}/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd http://code.entropywave.com/download/${PNAME}/ | lasttarball gz"