mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
netbsd-rumpkernel: checkout.
This commit is contained in:
parent
f791d6ffa0
commit
bbe59385b8
1 changed files with 3 additions and 1 deletions
|
@ -2,15 +2,17 @@
|
||||||
pkgname=netbsd-rumpkernel
|
pkgname=netbsd-rumpkernel
|
||||||
version=20140526
|
version=20140526
|
||||||
revision=2
|
revision=2
|
||||||
wrksrc="buildrump-${version}"
|
wrksrc="buildrump.sh-${version}"
|
||||||
short_desc="The NetBSD rump kernel"
|
short_desc="The NetBSD rump kernel"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
hostmakedepends="git"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="https://github.com/anttikantee/buildrump.sh"
|
homepage="https://github.com/anttikantee/buildrump.sh"
|
||||||
distfiles="https://github.com/rumpkernel/buildrump.sh/archive/v${version}.tar.gz"
|
distfiles="https://github.com/rumpkernel/buildrump.sh/archive/v${version}.tar.gz"
|
||||||
checksum=c39e587868cd36ff5c6fa778aa47dd21dfcc9529409fad02a7fe33ade24a57a8
|
checksum=c39e587868cd36ff5c6fa778aa47dd21dfcc9529409fad02a7fe33ade24a57a8
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
|
./buildrump.sh checkout
|
||||||
# Do not install preformatted manpages
|
# Do not install preformatted manpages
|
||||||
sed -i '/MKCATPAGES/d' buildrump.sh
|
sed -i '/MKCATPAGES/d' buildrump.sh
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue