Magellan Linux

Annotation of /trunk/extras/pwgen/pwgen-2.07-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29360 - (hide annotations) (download)
Thu Jun 1 13:18:59 2017 UTC (7 years ago) by niro
File size: 482 byte(s)
auto added: ver bump to 2.07-r1
1 niro 29359 # $Id$
2    
3     PNAME="pwgen"
4     PVER="2.07"
5     PBUILD="r1"
6    
7     PCAT="app-admin"
8    
9     DESCRIPTION="Password generator for creating easily memorable passwords."
10     HOMEPAGE="https://sourceforge.net/projects/pwgen/"
11    
12     DEPEND=">= virual/glibc"
13    
14     SRCFILE="${PNAME}-${PVER}.tar.gz"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17 niro 29360 # Makefile has no check target
18     msetfeature "!check"
19 niro 29359 sminclude mbuild
20    
21     SRC_URI=(
22     sourceforge://${PNAME}/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26     UP2DATE="updatecmd_sourceforge ${PNAME} gz"