Magellan Linux

Annotation of /branches/R11-unstable/extras/pwgen/pwgen-2.08-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32470 - (hide annotations) (download)
Mon Apr 29 12:57:18 2019 UTC (5 years ago) by niro
File size: 483 byte(s)
-release branches/R11-unstable
1 niro 30067 # $Id$
2    
3     PNAME="pwgen"
4     PVER="2.08"
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=">= virtual/glibc"
13    
14     SRCFILE="${PNAME}-${PVER}.tar.gz"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     # Makefile has no check target
18     msetfeature "!check"
19     sminclude mbuild
20    
21     SRC_URI=(
22     sourceforge://${PNAME}/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26     UP2DATE="updatecmd_sourceforge ${PNAME} gz"