Magellan Linux

Contents of /trunk/core/sed/sed-4.2.1-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9923 - (show annotations) (download)
Sat Jan 14 23:26:59 2012 UTC (12 years, 5 months ago) by niro
File size: 493 byte(s)
-imported from magellan-next
1 # $Id$
2
3 PNAME="sed"
4 PVER="4.2.1"
5 PBUILD="r3"
6
7 PCAT="sys-apps"
8
9 DESCRIPTION="Sed - A stream-oriented non-interactive text editor."
10 HOMEPAGE="http://directory.fsf.org/sed.html"
11
12 DEPEND=">= virtual/glibc"
13
14 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude mbuild
18
19 SRC_URI=(
20 gnu://${PNAME}/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd_gnu ${PNAME} gz"
25
26 src_compile()
27 {
28 cd ${SRCDIR}
29 mconfigure --bindir=/bin --enable-nls || die
30 mmake || die
31 }