Magellan Linux

Contents of /trunk/core/dialog/dialog-1.1_20080819-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 319 - (show annotations) (download)
Mon Dec 22 17:32:58 2008 UTC (15 years, 5 months ago) by niro
File size: 785 byte(s)
-rev bump to 1.1_20080819-r2: rebuild against ncurses-5.7
1 # $Header: /magellan-cvs/smage/dialog/dialog-1.1_20071028-r2.smage2,v 1.1 2008/02/12 09:09:35 niro Exp $
2
3 PNAME="dialog"
4 PVER="1.1_20080819"
5 PBUILD="r2"
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-3
14 >= sys-libs/ncurses-5.7"
15
16 SDEPEND=">= sys-dev/gettext-0.17"
17
18 SRCFILE="${PNAME}-${PVER/_/-}.tgz"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/-}"
20
21 sminclude mbuild
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 }

Properties

Name Value
svn:keywords Id