mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
bmkdep: moved to GitHub from Google Code (#4762).
Clean up, install license.
This commit is contained in:
parent
f0693e7135
commit
d4cfcf9342
1 changed files with 13 additions and 7 deletions
|
@ -1,14 +1,20 @@
|
||||||
# Template file for 'bmkdep'
|
# Template file for 'bmkdep'
|
||||||
pkgname=bmkdep
|
pkgname=bmkdep
|
||||||
version=20140112
|
version=20140112
|
||||||
revision=2
|
revision=3
|
||||||
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_cmd=bmake
|
make_cmd="bmake"
|
||||||
make_install_args="MK_INSTALL_AS_USER=yes MANTARGET=man MANDIR=/usr/share/man STRIP_FLAG="
|
make_install_args="MK_INSTALL_AS_USER=yes MANTARGET=man MANDIR=/usr/share/man"
|
||||||
hostmakedepends="bmake groff"
|
hostmakedepends="bmake groff"
|
||||||
short_desc="Construct Makefile dependency list"
|
short_desc="Construct Makefile dependency list"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="BSD"
|
license="2-clause-BSD"
|
||||||
homepage="https://bmkdep.googlecode.com/files/"
|
homepage="https://github.com/trociny/bmkdep"
|
||||||
distfiles="https://bmkdep.googlecode.com/files/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/trociny/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
||||||
checksum=393aafe3d42eee6f055741268904d4f6da82700394eb4b942f3015c8c36f674c
|
checksum=0e63b2e1aa6086e0c928197cc68c66dc180894f18abb159d84e6fe40a259c27f
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
awk '/\/\*-/,/\*\//' mkdep.c >LICENSE
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue