mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/dpkg: Updated for version 1.18.10.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
b95653f099
commit
d7560ff57a
3 changed files with 13 additions and 13 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for dpkg.
|
||||
#
|
||||
# Copyright 2009 Marco Bonetti <sid77@slackware.it>
|
||||
# Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# Copyright 2016 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,13 +24,13 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=dpkg
|
||||
VERSION=${VERSION:-1.18.9}
|
||||
VERSION=${VERSION:-1.18.10}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
@ -41,8 +41,8 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
|
@ -65,10 +65,10 @@ tar xvf $CWD/$PRGNAM\_$VERSION.tar.?z*
|
|||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="dpkg"
|
||||
VERSION="1.18.9"
|
||||
VERSION="1.18.10"
|
||||
HOMEPAGE="http://wiki.debian.org/Teams/Dpkg"
|
||||
DOWNLOAD="http://debian.salud.gob.sv/debian/pool/main/d/dpkg/dpkg_1.18.9.tar.xz"
|
||||
MD5SUM="8a28f8cd4b85d10a8a23e6428dd41c41"
|
||||
DOWNLOAD="http://http.debian.net/debian/pool/main/d/dpkg/dpkg_1.18.10.tar.xz"
|
||||
MD5SUM="ccff17730c0964428fc186ded2f2f401"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -14,6 +14,6 @@ dpkg:
|
|||
dpkg: It can also be used to install debian packages on your system with
|
||||
dpkg: possible DISASTROUS effects. Do not do it.
|
||||
dpkg:
|
||||
dpkg: Home page: http://http.debian.net/debian/pool/main/d/dpkg/
|
||||
dpkg: Home page: http://wiki.debian.org/Teams/Dpkg
|
||||
dpkg:
|
||||
dpkg:
|
||||
|
|
Loading…
Reference in a new issue