Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30067 - (show annotations) (download)
Tue Oct 24 15:19:48 2017 UTC (6 years, 6 months ago) by niro
Original Path: trunk/extras/pwgen/pwgen-2.08-r1.smage2
File size: 483 byte(s)
auto added: ver bump to 2.08-r1
1 # $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"