mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
dpkg: update to 1.19.1.
This commit is contained in:
parent
e0a82c147f
commit
b14137ad3a
1 changed files with 4 additions and 3 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'dpkg'
|
# Template file for 'dpkg'
|
||||||
pkgname=dpkg
|
pkgname=dpkg
|
||||||
version=1.19.0.5
|
version=1.19.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-start-stop-daemon --with-libz --with-libbz2 --with-liblzma"
|
configure_args="--disable-start-stop-daemon --with-libz --with-libbz2 --with-liblzma"
|
||||||
hostmakedepends="pkg-config perl"
|
hostmakedepends="pkg-config perl"
|
||||||
makedepends="zlib-devel bzip2-devel liblzma-devel ncurses-devel"
|
makedepends="zlib-devel bzip2-devel liblzma-devel ncurses-devel"
|
||||||
depends="perl"
|
depends="perl"
|
||||||
|
checkdepends="gnupg perl-Test-Pod"
|
||||||
short_desc="The Debian Package Manager"
|
short_desc="The Debian Package Manager"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://packages.debian.org/dpkg"
|
homepage="http://packages.debian.org/dpkg"
|
||||||
distfiles="${DEBIAN_SITE}/main/d/dpkg/dpkg_${version}.tar.xz"
|
distfiles="${DEBIAN_SITE}/main/d/dpkg/dpkg_${version}.tar.xz"
|
||||||
checksum=818046927a7f77c1bcbbad7d8dbc04cdf0f3e6ec4e1a4f9d313378ecc69d85b5
|
checksum=ae3978a6b7bddc3e3196804ae0d49ea008c84a8a7a60b7d212af1e1d469e7ccf
|
||||||
|
|
||||||
dpkg-devel_package() {
|
dpkg-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue