mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
dpkg: update to 1.22.10.
This commit is contained in:
parent
8d736ed7ea
commit
3f72abe6ee
1 changed files with 6 additions and 5 deletions
|
@ -1,28 +1,29 @@
|
||||||
# Template file for 'dpkg'
|
# Template file for 'dpkg'
|
||||||
pkgname=dpkg
|
pkgname=dpkg
|
||||||
version=1.22.0
|
version=1.22.10
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-start-stop-daemon --with-libz --with-libbz2
|
configure_args="--disable-start-stop-daemon --with-libz --with-libbz2
|
||||||
--with-liblzma"
|
--with-liblzma"
|
||||||
hostmakedepends="pkg-config perl tar po4a"
|
hostmakedepends="pkg-config perl tar po4a"
|
||||||
makedepends="zlib-devel bzip2-devel liblzma-devel ncurses-devel libmd-devel"
|
makedepends="zlib-devel bzip2-devel liblzma-devel ncurses-devel libmd-devel
|
||||||
|
libzstd-devel"
|
||||||
depends="perl"
|
depends="perl"
|
||||||
checkdepends="gnupg perl-Test-Pod xz"
|
checkdepends="gnupg perl-Test-Pod xz zstd"
|
||||||
short_desc="Debian Package Manager"
|
short_desc="Debian Package Manager"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://packages.debian.org/dpkg"
|
homepage="http://packages.debian.org/dpkg"
|
||||||
changelog="https://git.dpkg.org/git/dpkg/dpkg.git/plain/debian/changelog"
|
changelog="https://git.dpkg.org/git/dpkg/dpkg.git/plain/debian/changelog"
|
||||||
distfiles="${DEBIAN_SITE}/main/d/dpkg/dpkg_${version}.tar.xz"
|
distfiles="${DEBIAN_SITE}/main/d/dpkg/dpkg_${version}.tar.xz"
|
||||||
checksum=cd1525aa169afa0e60044b23f31c23523a339023754878a4210d74abd98c72ed
|
checksum=4375f0715171ba31c547a00834ca0364fc8b3edcc3cd61fdcdec9131bd74e058
|
||||||
|
|
||||||
dpkg-devel_package() {
|
dpkg-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="${makedepends}"
|
depends="${makedepends}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/*.a
|
vmove "usr/lib/*.a"
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/share/man/man3
|
vmove usr/share/man/man3
|
||||||
vmove usr/share/aclocal
|
vmove usr/share/aclocal
|
||||||
|
|
Loading…
Add table
Reference in a new issue