development/dpkg: Updated for version 1.18.20.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c1cb164a93
commit
36da648a69
|
@ -2,8 +2,8 @@
|
|||
#
|
||||
# Slackware build script for dpkg.
|
||||
#
|
||||
# Copyright 2016-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# Copyright 2009 Marco Bonetti <sid77@slackware.it>
|
||||
# Copyright 2016 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=dpkg
|
||||
VERSION=${VERSION:-1.18.18}
|
||||
VERSION=${VERSION:-1.18.20}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -93,8 +93,8 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
|||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
DOCS="debian/changelog debian/usertags doc/README.feature-removal-schedule ABOUT-NLS \
|
||||
AUTHORS COPYING NEWS README README.l10n THANKS TODO"
|
||||
DOCS="debian/changelog debian/usertags doc/README* ABOUT-NLS \
|
||||
AUTHORS COPYING NEWS README* THANKS TODO"
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="dpkg"
|
||||
VERSION="1.18.18"
|
||||
VERSION="1.18.20"
|
||||
HOMEPAGE="http://wiki.debian.org/Teams/Dpkg"
|
||||
DOWNLOAD="http://ftp.debian.org/debian/pool/main/d/dpkg/dpkg_1.18.18.tar.xz"
|
||||
MD5SUM="f68cee943aa275a326c0d7e263ee4242"
|
||||
DOWNLOAD="http://ftp.debian.org/debian/pool/main/d/dpkg/dpkg_1.18.20.tar.xz"
|
||||
MD5SUM="83e4c0c1567a458795ea04efb78b9d6e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue