Magellan Linux

Annotation of /branches/R11-stable/core/dialog/dialog-1.2_20130928-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 19627 - (hide annotations) (download)
Mon Oct 7 10:45:36 2013 UTC (10 years, 8 months ago) by niro
Original Path: trunk/core/dialog/dialog-1.2_20130928-r1.smage2
File size: 687 byte(s)
auto added: ver bump to 1.2_20130928-r1
1 niro 19627 # $Id$
2    
3     PNAME="dialog"
4     PVER="1.2_20130928"
5     PBUILD="r1"
6    
7     PCAT="dev-util"
8    
9     DESCRIPTION="Dialog is a utility to create user interfaces for shell scripts."
10     HOMEPAGE="ftp://invisible-island.net/dialog/"
11    
12     DEPEND=">= app-shells/bash-4.2
13     >= sys-libs/ncurses-5.9"
14    
15     SDEPEND=">= sys-dev/gettext-0.18"
16    
17     SRCFILE="${PNAME}-${PVER/_/-}.tgz"
18     SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/-}"
19    
20     sminclude mbuild
21     msetfeature "!check"
22    
23     SRC_URI=(
24     ftp://invisible-island.net/${PNAME}/${SRCFILE}
25     mirror://${PNAME}/${SRCFILE}
26     )
27    
28     UP2DATE="updatecmd ${HOMEPAGE} | grep .tgz | sed -n 's/.*-\(.*-.*\).tgz.*/\1/;s/-/_/g;$ p'"
29    
30     src_compile()
31     {
32     cd ${SRCDIR}
33    
34     mconfigure --with-ncurses --enable-nls || die
35     mmake || die
36     }