cmatrix: update to 2.0
This commit is contained in:
parent
ae6237695c
commit
c3b531936c
2 changed files with 6 additions and 26 deletions
|
@ -1,20 +0,0 @@
|
||||||
--- configure.old 2014-06-11 11:45:38.108575635 +0200
|
|
||||||
+++ configure 2014-06-11 11:45:46.907574976 +0200
|
|
||||||
@@ -1885,7 +1885,7 @@ echo "configure:1885: checking for $ac_f
|
|
||||||
if eval "test \"`echo '$''{'ac_cv_file_$ac_safe'+set}'`\" = set"; then
|
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
|
||||||
else
|
|
||||||
- if test "$cross_compiling" = yes; then
|
|
||||||
+ if test "$cross_compiling" = XXyes; then
|
|
||||||
{ echo "configure: error: Cannot check for file existence when cross compiling" 1>&2; exit 1; }
|
|
||||||
else
|
|
||||||
if test -r $ac_file; then
|
|
||||||
@@ -1971,7 +1971,7 @@ echo "configure:1971: checking for $ac_f
|
|
||||||
if eval "test \"`echo '$''{'ac_cv_file_$ac_safe'+set}'`\" = set"; then
|
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
|
||||||
else
|
|
||||||
- if test "$cross_compiling" = yes; then
|
|
||||||
+ if test "$cross_compiling" = XXyes; then
|
|
||||||
{ echo "configure: error: Cannot check for file existence when cross compiling" 1>&2; exit 1; }
|
|
||||||
else
|
|
||||||
if test -r $ac_file; then
|
|
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'cmatrix'
|
# Template file for 'cmatrix'
|
||||||
pkgname=cmatrix
|
pkgname=cmatrix
|
||||||
version=1.2a
|
version=2.0
|
||||||
revision=4
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=cmake
|
||||||
hostmakedepends="kbd"
|
hostmakedepends="kbd"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
short_desc="Simulates the display from The Matrix"
|
short_desc="Simulates the display from The Matrix"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.asty.org/cmatrix"
|
homepage="https://github.com/abishekvashok/cmatrix"
|
||||||
distfiles="${DEBIAN_SITE}/main/c/cmatrix/cmatrix_${version}.orig.tar.gz"
|
distfiles="https://github.com/abishekvashok/cmatrix/archive/v${version}.tar.gz"
|
||||||
checksum=1fa6e6caea254b6fe70a492efddc1b40ad7ccb950a5adfd80df75b640577064c
|
checksum=ad93ba39acd383696ab6a9ebbed1259ecf2d3cf9f49d6b97038c66f80749e99a
|
||||||
|
|
Loading…
Reference in a new issue