Magellan Linux

Annotation of /trunk/core/sed/sed-4.1.5-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 59 - (hide annotations) (download)
Mon Oct 13 21:27:22 2008 UTC (15 years, 8 months ago) by niro
File size: 601 byte(s)
-rev bump to 4.1.5-r3; rebuild against new toolchain
1 niro 59 # $Header: /magellan-cvs/smage/sed/sed-4.1.5-r2.smage2,v 1.1 2008/02/08 13:23:07 niro Exp $
2    
3     PNAME="sed"
4     PVER="4.1.5"
5     PBUILD="r3"
6    
7     PCATEGORIE="sys-apps"
8     STATE="unstable"
9    
10     DESCRIPTION="Sed - A stream-oriented non-interactive text editor."
11     HOMEPAGE="http://directory.fsf.org/sed.html"
12    
13     DEPEND=">= virtual/glibc"
14    
15     SRCFILE="${PNAME}-${PVER}.tar.gz"
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     sminclude mbuild
19    
20     SRC_URI=(
21     gnu://${PNAME}/${SRCFILE}
22     mirror://${PNAME}/${SRCFILE}
23     )
24    
25     UP2DATE="updatecmd_gnu ${PNAME} gz"
26    
27     src_compile()
28     {
29     cd ${SRCDIR}
30     mconfigure --bindir=/bin --enable-nls || die
31     mmake || die
32     }

Properties

Name Value
svn:keywords Id