dash: moved to opt

This commit is contained in:
Thomas Penteker 2014-10-21 15:20:10 +02:00
parent bf858f741f
commit 152d5d2b35
4 changed files with 0 additions and 38 deletions

View File

@ -1,8 +0,0 @@
drwxr-xr-x root/root bin/
lrwxrwxrwx root/root bin/ash -> dash
-rwxr-xr-x root/root bin/dash
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
lrwxrwxrwx root/root usr/man/man1/ash.1.gz -> dash.1.gz
-rw-r--r-- root/root usr/man/man1/dash.1.gz

View File

@ -1 +0,0 @@
5c152209680dab3c319e8923f6c51378 dash-0.5.8.tar.gz

View File

@ -1,24 +0,0 @@
# Description: The Almquist shell, a POSIX-compliant /bin/sh implementation
# URL: http://gondor.apana.org.au/~herbert/dash/
# Packager: Mark Rosenstand, mark at borkware dot net
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on:
name=dash
version=0.5.8
release=1
source=(http://gondor.apana.org.au/~herbert/dash/files/dash-$version.tar.gz)
build() {
cd dash-$version
./configure \
--prefix= \
--mandir=/usr/man
make
make DESTDIR=$PKG install
ln -s dash $PKG/bin/ash
ln -s dash.1 $PKG/usr/man/man1/ash.1
}

View File

@ -1,5 +0,0 @@
#!/bin/sh
if ! grep dash /etc/shells > /dev/null 2>&1; then
echo "Adding dash to /etc/shells ..."
echo "/bin/dash" >> /etc/shells
fi