Magellan Linux

Contents of /branches/R11-stable/core/dialog/dialog-1.2_20140112-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 20789 - (show annotations) (download)
Tue Feb 11 09:48:20 2014 UTC (10 years, 2 months ago) by niro
File size: 687 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="dialog"
4 PVER="1.2_20140112"
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 }