Magellan Linux

Contents of /smage/trunk/core/dialog/dialog-1.1_20120706-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3849 - (show annotations) (download)
Thu Jul 19 15:17:12 2012 UTC (11 years, 10 months ago) by niro
File size: 672 byte(s)
auto added: ver bump to 1.1_20120706-r1
1 # $Id$
2
3 PNAME="dialog"
4 PVER="1.1_20120706"
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 SRCFILE="${PNAME}-${PVER/_/-}.tgz"
16 SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/-}"
17
18 ALX_PKG_KEEP="usr/bin/dialog"
19 sminclude mbuild alx-split
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 }