Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12693 - (show annotations) (download)
Thu Jun 28 09:54:17 2012 UTC (11 years, 11 months ago) by niro
File size: 479 byte(s)
-prepare usr-move
1 # $Id$
2
3 PNAME="sed"
4 PVER="4.2.1"
5 PBUILD="r4"
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 --enable-nls || die
30 mmake || die
31 }