dash: 0.5.4 -> 0.5.5.1

This commit is contained in:
Thomas Penteker 2009-01-14 17:58:36 +01:00
parent 8c1f302a0a
commit 24c074eeb6
2 changed files with 10 additions and 10 deletions

View File

@ -1 +1 @@
bc457e490a589d2f87f2333616b67931 dash-0.5.4.tar.gz
7ac832b440b91f5a52cf8eb68e172616 dash-0.5.5.1.tar.gz

View File

@ -6,20 +6,20 @@
# Depends on:
name=dash
version=0.5.4
version=0.5.5.1
release=1
source=(http://gondor.apana.org.au/~herbert/dash/files/dash-$version.tar.gz)
build() {
cd dash-$version
cd dash-$version
./configure \
--prefix= \
--mandir=/usr/man
./configure \
--prefix= \
--mandir=/usr/man
make
make DESTDIR=$PKG install
make
make DESTDIR=$PKG install
ln -s dash $PKG/bin/ash
ln -s dash.1 $PKG/usr/man/man1/ash.1
ln -s dash $PKG/bin/ash
ln -s dash.1 $PKG/usr/man/man1/ash.1
}