dash: remove long_desc and build -dbg pkg.
This commit is contained in:
parent
5b5ba6d344
commit
8f4fca255b
1 changed files with 1 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dash'
|
# Template file for 'dash'
|
||||||
pkgname=dash
|
pkgname=dash
|
||||||
version=0.5.7
|
version=0.5.7
|
||||||
revision=4
|
revision=5
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
register_shell="/bin/sh"
|
register_shell="/bin/sh"
|
||||||
depends="coreutils"
|
depends="coreutils"
|
||||||
|
@ -12,10 +12,3 @@ homepage="http://gondor.apana.org.au/~herbert/dash/"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="http://gondor.apana.org.au/~herbert/dash/files/$pkgname-$version.tar.gz"
|
distfiles="http://gondor.apana.org.au/~herbert/dash/files/$pkgname-$version.tar.gz"
|
||||||
checksum=ae89fa9f1145b7748cf0740e1df04cd52fdf8a285da4911dd0f04983efba4e39
|
checksum=ae89fa9f1145b7748cf0740e1df04cd52fdf8a285da4911dd0f04983efba4e39
|
||||||
long_desc="
|
|
||||||
Debian Almquist shell (dash) is a POSIX-compliant Unix shell, much smaller
|
|
||||||
than bash. It requires less disk space but is also less feature rich.
|
|
||||||
|
|
||||||
Dash is a direct descendant of the NetBSD version of the Almquist Shell
|
|
||||||
(ash). It was ported to Linux by Herbert Xu in early 1997. It was renamed to
|
|
||||||
dash in 2002."
|
|
||||||
|
|
Loading…
Reference in a new issue