Magellan Linux

Annotation of /branches/R11-unstable/core/yasm/yasm-1.3.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25095 - (hide annotations) (download)
Tue Nov 25 02:59:15 2014 UTC (9 years, 5 months ago) by niro
File size: 634 byte(s)
-release branches/R11-unstable
1 niro 22036 # $Id$
2    
3     PNAME="yasm"
4     PVER="1.3.0"
5     PBUILD="r1"
6    
7     PCAT="dev-lang"
8    
9     DESCRIPTION="YASM is an rewrite of the NASM assembler with support for x86_64."
10     HOMEPAGE="http://www.tortall.net/projects/yasm/"
11    
12     DEPEND=">= virtual/glibc"
13     SDEPEND=">= sys-dev/gettext-0.18"
14    
15     SRCFILE="${PNAME}-${PVER}.tar.gz"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     sminclude mbuild
19    
20     SRC_URI=(
21     http://www.tortall.net/projects/${PNAME}/releases/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     #UP2DATE="updatecmd ${HOMEPAGE}/wiki/Download | grep 'Latest Release' | sed 's/.*: \(.*\)/\1/'"
26     UP2DATE="updatecmd http://www.tortall.net/projects/${PNAME}/releases | lasttarball gz"