base-chroot: remove long_desc.
This commit is contained in:
parent
046f886d24
commit
0471824408
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'base-chroot'
|
||||
pkgname=base-chroot
|
||||
version=0.41
|
||||
version=0.42
|
||||
revision=1
|
||||
noarch=yes
|
||||
bootstrap=yes
|
||||
|
@ -9,14 +9,11 @@ homepage="http://www.voidlinux.eu"
|
|||
short_desc="Bootstrap packages for xbps-src"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="Public domain"
|
||||
long_desc="
|
||||
This package installs all necessary packages to be able to build packages
|
||||
inside of a chroot with xbps-src."
|
||||
|
||||
makedepends="
|
||||
xbps-triggers base-files>=0.92 kernel-libc-headers glibc-devel chroot-gcc
|
||||
binutils chroot-patch chroot-bash chroot-grep chroot-coreutils chroot-diffutils
|
||||
chroot-gettext chroot-texinfo chroot-sed chroot-gawk chroot-findutils
|
||||
chroot-make chroot-gzip chroot-file chroot-tar chroot-m4 chroot-fakeroot
|
||||
chroot-distcc chroot-git ccache xbps-src>=20130317_4 xbps xz"
|
||||
chroot-distcc chroot-git ccache xbps-src xbps xz"
|
||||
depends="${makedepends}"
|
||||
|
|
Loading…
Reference in New Issue