New package: dpkg-1.17.25.

This commit is contained in:
Juan RP 2015-08-10 07:59:57 +02:00
parent 36b41b72fb
commit 2780a75b8f
2 changed files with 27 additions and 0 deletions

1
srcpkgs/dpkg-devel Symbolic link
View File

@ -0,0 +1 @@
dpkg

26
srcpkgs/dpkg/template Normal file
View File

@ -0,0 +1,26 @@
# Template file for 'dpkg'
pkgname=dpkg
version=1.17.25
revision=1
build_style=gnu-configure
configure_args="--disable-start-stop-daemon --with-zlib --with-bz2 --with-liblzma"
hostmakedepends="pkg-config perl"
makedepends="zlib-devel bzip2-devel liblzma-devel ncurses-devel"
depends="perl"
short_desc="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=07019d38ae98fb107c79dbb3690cfadff877f153b8c4970e3a30d2e59aa66baa
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
}
}