mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/dpkg: Updated for version 1.21.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0b3553f024
commit
7a3cd2858b
2 changed files with 5 additions and 5 deletions
|
@ -26,7 +26,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=dpkg
|
PRGNAM=dpkg
|
||||||
VERSION=${VERSION:-1.19.7}
|
VERSION=${VERSION:-1.21.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
@ -103,7 +103,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
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
|
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* ABOUT-NLS \
|
DOCS="debian/changelog doc/README* ABOUT-NLS \
|
||||||
AUTHORS COPYING NEWS README* THANKS TODO"
|
AUTHORS COPYING NEWS README* THANKS TODO"
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="dpkg"
|
PRGNAM="dpkg"
|
||||||
VERSION="1.19.7"
|
VERSION="1.21.1"
|
||||||
HOMEPAGE="https://wiki.debian.org/Teams/Dpkg"
|
HOMEPAGE="https://wiki.debian.org/Teams/Dpkg"
|
||||||
DOWNLOAD="http://deb.debian.org/debian/pool/main/d/dpkg/dpkg_1.19.7.tar.xz"
|
DOWNLOAD="http://deb.debian.org/debian/pool/main/d/dpkg/dpkg_1.21.1.tar.xz"
|
||||||
MD5SUM="60f57c5494e6dfa177504d47bfa0e383"
|
MD5SUM="cbe2c7e27d5bdfe976217e976c53e8c8"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue