Adding upstream version 0.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
527d6bc346
commit
1bfa18df1d
22 changed files with 1234 additions and 125 deletions
12
configure
vendored
12
configure
vendored
|
@ -5,12 +5,12 @@
|
|||
# This configure script is free software: you have unlimited permission
|
||||
# to copy, distribute and modify it.
|
||||
#
|
||||
# Date of this version: 2009-08-13
|
||||
# Date of this version: 2009-09-17
|
||||
|
||||
args=
|
||||
no_create=
|
||||
pkgname=zutils
|
||||
pkgversion=0.3
|
||||
progname=zutils
|
||||
progversion=0.4
|
||||
srctrigger=zdiff.in
|
||||
|
||||
# clear some things potentially inherited from environment.
|
||||
|
@ -71,7 +71,7 @@ while [ x"$1" != x ] ; do
|
|||
echo
|
||||
exit 0 ;;
|
||||
--version | --ve* | -V)
|
||||
echo "Configure script for ${pkgname} version ${pkgversion}"
|
||||
echo "Configure script for ${progname} version ${progversion}"
|
||||
exit 0 ;;
|
||||
--srcdir* | --sr*)
|
||||
srcdir=`echo ${optarg} | sed -e 's,/$,,'` ;;
|
||||
|
@ -191,8 +191,8 @@ cat > Makefile << EOF
|
|||
# This Makefile is free software: you have unlimited permission
|
||||
# to copy, distribute and modify it.
|
||||
|
||||
pkgname = ${pkgname}
|
||||
pkgversion = ${pkgversion}
|
||||
progname = ${progname}
|
||||
progversion = ${progversion}
|
||||
VPATH = ${srcdir}
|
||||
prefix = ${prefix}
|
||||
exec_prefix = ${exec_prefix}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue