wok diff bin86/receipt @ rev 23543
gnumeric: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 06 16:30:06 2020 +0000 (2020-04-06) |
parents | e8b62ae1b3eb |
children | 9af0e03b8ad0 |
line diff
1.1 --- a/bin86/receipt Thu Sep 10 22:18:40 2015 +0000 1.2 +++ b/bin86/receipt Mon Apr 06 16:30:06 2020 +0000 1.3 @@ -6,8 +6,8 @@ 1.4 SHORT_DESC="A complete 8086 assembler and loader" 1.5 MAINTAINER="slaxemulator@gmail.com" 1.6 LICENSE="GPL2" 1.7 +WEB_SITE="http://www.debath.co.uk/" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 -WEB_SITE="http://www.debath.co.uk/" 1.10 WGET_URL="http://v3.sk/~lkundrak/dev86/$TARBALL" 1.11 TAGS="assembler 8086" 1.12 1.13 @@ -16,7 +16,6 @@ 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 { 1.17 - cd $src 1.18 mkdir -p $DESTDIR/usr/bin $DESTDIR/usr/share/man/man1 1.19 make PREFIX=/usr && 1.20 make PREFIX=$DESTDIR/usr MANDIR=$DESTDIR/usr/share/man/man1 install