void-packages/srcpkgs/dpkg/template
2016-08-09 17:20:23 +02:00

26 lines
773 B
Bash

# Template file for 'dpkg'
pkgname=dpkg
version=1.18.10
revision=1
build_style=gnu-configure
configure_args="--disable-start-stop-daemon --with-libz --with-libbz2 --with-liblzma"
hostmakedepends="pkg-config perl"
makedepends="zlib-devel bzip2-devel liblzma-devel ncurses-devel"
depends="perl"
short_desc="The Debian Package Manager"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
homepage="http://packages.debian.org/dpkg"
distfiles="${DEBIAN_SITE}/main/d/dpkg/dpkg_${version}.tar.xz"
checksum=025524da41ba18b183ff11e388eb8686f7cc58ee835ed7d48bd159c46a8b6dc5
dpkg-devel_package() {
short_desc+=" - development files"
depends="${makedepends}"
pkg_install() {
vmove usr/include
vmove usr/lib/*.a
vmove usr/lib/pkgconfig
vmove usr/share/man/man3
}
}