Update to cosmosmash-1.4.4 (following flatzebra update).
Fix license marker. maintainer timeout.
This commit is contained in:
parent
5542ae8c10
commit
2d90b4385a
@ -1,28 +1,25 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2009/12/22 16:28:00 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2010/04/04 15:37:54 ajacoutot Exp $
|
||||
|
||||
COMMENT= astrosmash clone for X
|
||||
|
||||
DISTNAME= cosmosmash-1.4.3
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
DISTNAME= cosmosmash-1.4.4
|
||||
CATEGORIES= games
|
||||
|
||||
HOMEPAGE= http://sarrazip.com/dev/cosmosmash.html
|
||||
|
||||
MAINTAINER= Serge Basterot <sb@wo-do.com>
|
||||
|
||||
# GPL
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= SDL c m pthread stdc++
|
||||
WANTLIB += SDL SDL_image SDL_mixer c m pthread stdc++
|
||||
|
||||
MASTER_SITES= http://sarrazip.com/dev/
|
||||
|
||||
LIB_DEPENDS= flatzebra-0.1.>=1.0::devel/flatzebra \
|
||||
SDL_mixer::devel/sdl-mixer \
|
||||
SDL_image::devel/sdl-image
|
||||
LIB_DEPENDS= flatzebra-0.1.>=1.0:flatzebra->=0.1.4:devel/flatzebra
|
||||
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
|
||||
|
||||
USE_X11= Yes
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (cosmosmash-1.4.3.tar.gz) = VfSGUeYuAL8iSmOePnKDhw==
|
||||
RMD160 (cosmosmash-1.4.3.tar.gz) = OPra/+pO7sfGM74w40mKrK3nJcI=
|
||||
SHA1 (cosmosmash-1.4.3.tar.gz) = 8azGc9tj6ZbxkPWkdoKQt4m5Fqk=
|
||||
SHA256 (cosmosmash-1.4.3.tar.gz) = vrEmbeQD0cHC4rA301Qv2uK5ZgkE8oDciPL29n5TL1I=
|
||||
SIZE (cosmosmash-1.4.3.tar.gz) = 152683
|
||||
MD5 (cosmosmash-1.4.4.tar.gz) = Pm3XlJVvU83fOwQeDu1sBg==
|
||||
RMD160 (cosmosmash-1.4.4.tar.gz) = gZR7SgNJHw8pEhnGaJWIIMl0RlM=
|
||||
SHA1 (cosmosmash-1.4.4.tar.gz) = Ce5CA0EXDNw/YSQJe1mJt7JOJf0=
|
||||
SHA256 (cosmosmash-1.4.4.tar.gz) = VCmBWQ03mgQ/25w42tvzuGO50zjHKLnCsCNvpoXCabA=
|
||||
SIZE (cosmosmash-1.4.4.tar.gz) = 158622
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.2 2009/03/13 17:15:44 naddy Exp $
|
||||
--- Makefile.in.orig Mon Mar 9 16:36:09 2009
|
||||
+++ Makefile.in Mon Mar 9 16:36:33 2009
|
||||
@@ -145,7 +145,7 @@ build_alias = @build_alias@
|
||||
$OpenBSD: patch-Makefile_in,v 1.3 2010/04/04 15:37:54 ajacoutot Exp $
|
||||
--- Makefile.in.orig Wed Mar 31 04:28:15 2010
|
||||
+++ Makefile.in Thu Apr 1 09:59:26 2010
|
||||
@@ -190,7 +190,7 @@ build_alias = @build_alias@
|
||||
builddir = @builddir@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-Makefile_in,v 1.2 2009/03/13 17:15:44 naddy Exp $
|
||||
dvidir = @dvidir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host_alias = @host_alias@
|
||||
@@ -634,7 +634,7 @@ info: info-recursive
|
||||
@@ -725,7 +725,7 @@ info: info-recursive
|
||||
|
||||
info-am:
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.2 2009/03/13 17:15:44 naddy Exp $
|
||||
--- src/Makefile.in.orig Fri Feb 27 04:31:47 2009
|
||||
+++ src/Makefile.in Mon Mar 9 16:36:46 2009
|
||||
@@ -607,8 +607,8 @@ uninstall-am: uninstall-binPROGRAMS uninstall-desktope
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.3 2010/04/04 15:37:54 ajacoutot Exp $
|
||||
--- src/Makefile.in.orig Wed Mar 31 04:28:15 2010
|
||||
+++ src/Makefile.in Thu Apr 1 09:59:26 2010
|
||||
@@ -669,8 +669,8 @@ uninstall-am: uninstall-binPROGRAMS uninstall-desktope
|
||||
|
||||
check: all
|
||||
@HAVE_GETOPT_LONG_TRUE@ test "`./$(PACKAGE) --version`" = "$(PACKAGE) $(VERSION)"
|
||||
|
@ -1,7 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2009/12/22 16:28:00 ajacoutot Exp $
|
||||
bin/cosmosmash
|
||||
@comment $OpenBSD: PLIST,v 1.6 2010/04/04 15:37:54 ajacoutot Exp $
|
||||
@bin bin/cosmosmash
|
||||
@man man/man6/cosmosmash.6
|
||||
share/applications/
|
||||
share/applications/cosmosmash.desktop
|
||||
share/pixmaps/
|
||||
share/pixmaps/cosmosmash.png
|
||||
|
Loading…
Reference in New Issue
Block a user