mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
main/dpkg: upgrade to 1.18.10
This commit is contained in:
parent
a1550585f5
commit
00bc5ef8de
@ -1,7 +1,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=dpkg
|
||||
pkgver=1.18.9
|
||||
pkgrel=1
|
||||
pkgver=1.18.10
|
||||
pkgrel=0
|
||||
pkgdesc="The Debian Package Manager"
|
||||
url="http://packages.debian.org/dpkg"
|
||||
arch="all"
|
||||
@ -13,14 +13,10 @@ source="http://ftp.de.debian.org/debian/pool/main/d/$pkgname/${pkgname}_$pkgver.
|
||||
add-muslgnueabihf.patch
|
||||
"
|
||||
|
||||
_builddir="$srcdir"/$pkgname-$pkgver
|
||||
builddir="$srcdir"/$pkgname-$pkgver
|
||||
prepare() {
|
||||
cd "$_builddir"
|
||||
for i in $source; do
|
||||
case $i in
|
||||
*.patch) msg "$i"; patch -p1 -i "$srcdir"/$i || return 1;;
|
||||
esac
|
||||
done
|
||||
cd "$builddir"
|
||||
default_prepare || return 1
|
||||
|
||||
sed -i "s|<ncursesw/curses.h>|<curses.h>|g" dselect/dselect.h \
|
||||
dselect/Makefile.in || return 1
|
||||
@ -28,7 +24,7 @@ prepare() {
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
cd "$builddir"
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
@ -40,12 +36,13 @@ build() {
|
||||
--with-libbz2 \
|
||||
--disable-dselect \
|
||||
--disable-start-stop-daemon \
|
||||
--disable-nls \
|
||||
|| return 1
|
||||
make || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
}
|
||||
|
||||
@ -74,9 +71,9 @@ dev() {
|
||||
mv "$pkgdir"/usr/share/perl* "$subpkgdir"/usr/share/
|
||||
}
|
||||
|
||||
md5sums="8a28f8cd4b85d10a8a23e6428dd41c41 dpkg_1.18.9.tar.xz
|
||||
md5sums="ccff17730c0964428fc186ded2f2f401 dpkg_1.18.10.tar.xz
|
||||
360155cfe9e989a9ee12b56a579dfa75 add-muslgnueabihf.patch"
|
||||
sha256sums="86ac4af917e9e75eb9b6c947a0a11439d1de32f72237413f7ddab17f77082093 dpkg_1.18.9.tar.xz
|
||||
sha256sums="025524da41ba18b183ff11e388eb8686f7cc58ee835ed7d48bd159c46a8b6dc5 dpkg_1.18.10.tar.xz
|
||||
63d331e297e2e5765bf919485cc87f6ce307344f38921015a5564f94b37af6e1 add-muslgnueabihf.patch"
|
||||
sha512sums="d1253734f7949c6e486920b6b67a4412142747be419d8be83792e2fba1fc9e803e6d0988ae028da9d7d1885176659d5e61b9e69f814a9080ea30c36482a17dd5 dpkg_1.18.9.tar.xz
|
||||
sha512sums="83188277a703b57fa3b5570765db849f9b20f592237fa9a9f3a7e0b24c292c8cfc5528a049f6ecd85f2598c89521727599b406cd3924b2b8c56f9295b560e279 dpkg_1.18.10.tar.xz
|
||||
5f83bce6a1d724f690ba8eded74c87dbd3b4c8a7850a53d5c68ad7cfc9712662a50a8a00a02329b2be64f3246cff1d6d7037950a81d4732aba2498ac1da114ac add-muslgnueabihf.patch"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user