2008-10-29 19:19:35 +00:00
|
|
|
# Template file for 'dash'
|
|
|
|
pkgname=dash
|
2011-07-25 20:08:51 +00:00
|
|
|
version=0.5.7
|
2013-03-07 17:02:14 +00:00
|
|
|
revision=6
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2013-04-11 08:33:01 +00:00
|
|
|
hostmakedepends="bison coreutils"
|
2008-10-29 19:19:35 +00:00
|
|
|
short_desc="POSIX-compliant Unix shell, much smaller than GNU bash"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-07-25 20:08:51 +00:00
|
|
|
homepage="http://gondor.apana.org.au/~herbert/dash/"
|
|
|
|
license="BSD"
|
2012-07-09 15:19:34 +00:00
|
|
|
distfiles="http://gondor.apana.org.au/~herbert/dash/files/$pkgname-$version.tar.gz"
|
2011-07-25 20:08:51 +00:00
|
|
|
checksum=ae89fa9f1145b7748cf0740e1df04cd52fdf8a285da4911dd0f04983efba4e39
|
2013-03-07 17:02:14 +00:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
ln -sfr ${DESTDIR}/usr/bin/dash ${DESTDIR}/usr/bin/sh
|
|
|
|
}
|
2013-04-11 08:33:01 +00:00
|
|
|
|
|
|
|
dash_package() {
|
|
|
|
register_shell="/bin/sh"
|
|
|
|
depends="coreutils"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|