netbsd-rumpkernel: remove long_desc.
This commit is contained in:
parent
331239e6a0
commit
66b5825a30
1 changed files with 2 additions and 12 deletions
|
@ -1,24 +1,14 @@
|
||||||
# Template file for 'netbsd-rumpkernel'.
|
# Template file for 'netbsd-rumpkernel'.
|
||||||
pkgname=netbsd-rumpkernel
|
pkgname=netbsd-rumpkernel
|
||||||
version=20140103
|
version=20140103
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="buildrump-${version}"
|
wrksrc="buildrump-${version}"
|
||||||
short_desc="NetBSD rump kernel"
|
short_desc="The NetBSD rump kernel"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="https://github.com/anttikantee/buildrump.sh"
|
homepage="https://github.com/anttikantee/buildrump.sh"
|
||||||
distfiles="${SOURCEFORGE_SITE}/rumpkernel/buildrump-${version}.tar.xz"
|
distfiles="${SOURCEFORGE_SITE}/rumpkernel/buildrump-${version}.tar.xz"
|
||||||
checksum=fac213939c1ec5d6ba183e8192cc8ab031e125955a434620eec9e9a107a32d57
|
checksum=fac213939c1ec5d6ba183e8192cc8ab031e125955a434620eec9e9a107a32d57
|
||||||
long_desc="
|
|
||||||
This package provides NetBSD kernel drivers which have been built from
|
|
||||||
unmodified kernel source code as userspace libraries. Examples of
|
|
||||||
supplied drivers include file systems and the TCP/IP stack. The library
|
|
||||||
components can be linked in a variety of configurations to form rump
|
|
||||||
kernels, which provide services to applications directly on the host.
|
|
||||||
Root privileges are not mandated for running rump kernels.
|
|
||||||
|
|
||||||
This package enables for example userspace TCP termination and utilities
|
|
||||||
to access file systems without having to mount them on the host."
|
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
./buildrump.sh ${makejobs} -r -V MKPICINSTALL=no -d ${DESTDIR}/usr tools
|
./buildrump.sh ${makejobs} -r -V MKPICINSTALL=no -d ${DESTDIR}/usr tools
|
||||||
|
|
Loading…
Reference in a new issue