Magellan Linux

Contents of /smage/trunk/extras/dialog/dialog-1.1_20071028-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1129 - (show annotations) (download)
Tue Aug 4 18:17:13 2009 UTC (14 years, 10 months ago) by niro
File size: 698 byte(s)
-moved to 'extras'
1 # $Header: /alx-cvs/smage-eglibc/dialog/dialog-1.1_20071028-r2.smage2,v 1.1 2008/06/27 23:41:40 niro Exp $
2
3 PNAME="dialog"
4 PVER="1.1_20071028"
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.6"
15
16 SDEPEND=">= sys-dev/gettext-0.17"
17
18 SRCFILE="${PNAME}-${PVER/_/-}.tgz"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/-}"
20
21 sminclude mbuild alx
22
23 SRC_URI=(
24 ftp://invisible-island.net/${PNAME}/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )
27
28 src_compile()
29 {
30 cd ${SRCDIR}
31
32 mconfigure --with-ncurses --enable-nls || die
33 mmake || die
34 }

Properties

Name Value
svn:keywords Id