linux-user-chroot: remove long_desc.
This commit is contained in:
parent
94ec42cf98
commit
91ba9c097b
|
@ -1,19 +1,13 @@
|
||||||
# Template file for 'linux-user-chroot'
|
# Template file for 'linux-user-chroot'
|
||||||
pkgname=linux-user-chroot
|
pkgname=linux-user-chroot
|
||||||
version=v2012.2
|
version=v2012.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake"
|
hostmakedepends="automake"
|
||||||
short_desc="Setuid helper for making bind mounts and chrooting"
|
short_desc="Setuid helper for making bind mounts and chrooting"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://git.gnome.org/browse/linux-user-chroot/"
|
homepage="http://git.gnome.org/browse/linux-user-chroot/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
long_desc="
|
|
||||||
This tool allows regular (non-root) users to call chroot(2), create
|
|
||||||
Linux bind mounts, and use some Linux container features. It's
|
|
||||||
primarily intended for use by build systems.
|
|
||||||
|
|
||||||
NOTE: Only users in the wheel group can use this tool."
|
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
local url="git://git.gnome.org/linux-user-chroot"
|
local url="git://git.gnome.org/linux-user-chroot"
|
||||||
|
|
Loading…
Reference in New Issue