Magellan Linux

Contents of /smage/branches/alx-0_6_0/core/dialog/dialog-1.1_20110302-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1865 - (show annotations) (download)
Wed Apr 27 08:02:20 2011 UTC (13 years, 1 month ago) by niro
File size: 729 byte(s)
auto added: ver bump to 1.1_20110302-r1
1 # $Id$
2
3 PNAME="dialog"
4 PVER="1.1_20110302"
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.2
14 >= sys-libs/ncurses-5.8"
15
16 SRCFILE="${PNAME}-${PVER/_/-}.tgz"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/-}"
18
19 REMOVE_DEPRECATED_MAGE_TARGETS=1
20 ALX_ONLY_KEEP="usr/bin/dialog"
21 sminclude mbuild alx-split
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 --disable-nls || die
35 mmake || die
36 }