Magellan Linux

Annotation of /smage/trunk/extras/dialog/dialog-1.1_20110118-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1277 - (hide annotations) (download)
Fri Feb 4 22:27:47 2011 UTC (13 years, 3 months ago) by niro
File size: 653 byte(s)
auto added: ver bump to 1.1_20110118-r1
1 niro 1277 # $Id$
2    
3     PNAME="dialog"
4     PVER="1.1_20110118"
5     PBUILD="r1"
6    
7     PCATEGORIE="dev-util"
8     STATE="unstable"
9    
10     DESCRIPTION="Dialog is a utility to create user interfaces for shell scripts."
11     HOMEPAGE="ftp://invisible-island.net/dialog/"
12    
13     DEPEND=">= app-shells/bash-4
14     >= sys-libs/ncurses-5.7"
15    
16     SRCFILE="${PNAME}-${PVER/_/-}.tgz"
17     SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/-}"
18    
19     sminclude mbuild
20    
21     SRC_URI=(
22     ftp://invisible-island.net/${PNAME}/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26     UP2DATE="updatecmd ${HOMEPAGE} | grep .tgz | sed -n 's/.*-\(.*-.*\).tgz.*/\1/;s/-/_/g;$ p'"
27    
28     src_compile()
29     {
30     cd ${SRCDIR}
31    
32     mconfigure --with-ncurses --disable-nls || die
33     mmake || die
34     }