Magellan Linux

Annotation of /smage/trunk/core/dialog/dialog-1.3_20191110-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13840 - (hide annotations) (download)
Mon Nov 25 13:24:51 2019 UTC (4 years, 5 months ago) by niro
File size: 863 byte(s)
auto added: ver bump to 1.3_20191110-r1
1 niro 13840 # $Id$
2    
3     PNAME="dialog"
4     PVER="1.3_20191110"
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.1"
14    
15     SDEPEND=">= sys-libs/ncurses-dev-6.1"
16    
17     SRCFILE="${PNAME}-${PVER/_/-}.tgz"
18     SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/-}"
19    
20     ALX_PKG_KEEP="usr/bin/dialog usr/$(mlibdir)/*.so.*"
21     sminclude mbuild alx-split
22     msetfeature "!check"
23    
24     SRC_URI=(
25     http://invisible-mirror.net/archives/${PNAME}/${SRCFILE}
26     #ftp://invisible-island.net/${PNAME}/${SRCFILE}
27     mirror://${PNAME}/${SRCFILE}
28     )
29    
30     UP2DATE="updatecmd http://invisible-mirror.net/archives/${PNAME}/ | grep .tgz | sed -n 's/.*-\(.*-.*\).tgz.*/\1/;s/-/_/g;$ p'"
31    
32     src_compile()
33     {
34     cd ${SRCDIR}
35    
36     mconfigure --with-ncurses --disable-nls --with-libtool || die
37     mmake || die
38     }