I know.. I know.. No updates of pkgs.. Especially this one from
0.98 to 0.99a. However, the author removed the old distfile from his site, and the package wouldn't build anymore.
This commit is contained in:
parent
f7b4e3cdb1
commit
63b9afb04f
2 changed files with 7 additions and 7 deletions
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 1999/05/23 05:17:04 tv Exp $
|
||||
# $NetBSD: Makefile,v 1.2 1999/10/21 07:45:47 garbled Exp $
|
||||
|
||||
DISTNAME= Atari800-0.9.8
|
||||
PKGNAME= atari800-0.9.8
|
||||
DISTNAME= Atari800-0.9.9a
|
||||
PKGNAME= atari800-0.9.9a
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= http://cas3.zlin.vutbr.cz/~stehlik/a800/ \
|
||||
http://www.signus.demon.co.uk/Software/Portable/Atari800e/
|
||||
DISTFILES= a800s098.zip xf25.zip
|
||||
DISTFILES= a800s099a.zip xf25.zip
|
||||
|
||||
MAINTAINER= packages@netbsd.org
|
||||
HOMEPAGE= http://cas3.zlin.vutbr.cz/~stehlik/a800.htm
|
||||
|
@ -22,7 +22,7 @@ MAKE_FLAGS= LDFLAGS="${LDFLAGS} -L${X11BASE}/lib" OBJ="atari_x11.o" \
|
|||
|
||||
post-extract:
|
||||
@find ${WRKDIR} -type f -print | xargs ${CHMOD} 0644
|
||||
@${MV} ${WRKDIR}/atari800-0.9.8/* ${WRKSRC}/
|
||||
@${MV} ${WRKDIR}/Atari800-0.9.9a/* ${WRKSRC}/
|
||||
|
||||
do-build:
|
||||
@printf 'n\nn\ny\n' | (cd ${WRKSRC} && \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: md5,v 1.1.1.1 1999/05/23 05:17:04 tv Exp $
|
||||
$NetBSD: md5,v 1.2 1999/10/21 07:45:48 garbled Exp $
|
||||
|
||||
MD5 (a800s098.zip) = a6b44bd582d6735808fba92b6a3802ff
|
||||
MD5 (a800s099a.zip) = 0a24223df141cfa58c950cc235b9b8c6
|
||||
MD5 (xf25.zip) = 4dc3b6b4313e9596c4d474785a37b94d
|
||||
|
|
Loading…
Reference in a new issue