Magellan Linux

Contents of /trunk/core/dialog/dialog-1.3_20160828-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28404 - (show annotations) (download)
Wed Sep 7 11:11:41 2016 UTC (7 years, 8 months ago) by niro
File size: 687 byte(s)
auto added: ver bump to 1.3_20160828-r1
1 # $Id$
2
3 PNAME="dialog"
4 PVER="1.3_20160828"
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-6.0"
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 }