You are not logged in.

#1 2008-07-27 14:44:58

leo2501
Member
From: Buenos Aires, Argentina
Registered: 2007-07-07
Posts: 634

[REQUEST] matrix 0.1a - simple matrix animation using ncurses lib

i think it surpaces cmatrix lol

http://my.opera.com/mysurface/blog/matrix-0-1a

Source code:
http://files.myopera.com/mysurface/blog/matrix.cc
(For some reason i don't understand, i need to download that file from firefox, because if i use wget i get the html source of that page hmm)
Binary:
http://files.myopera.com/mysurface/blog … .1a.tar.gz

i start making a PKGBUILD but it doesn't work yet

# Contributor: Your Name <youremail@domain.com>
pkgname=matrix
pkgver=0.1a
pkgrel=1
pkgdesc="simple matrix animation using ncurses lib"
arch=('i686' 'x86_64')
url="http://my.opera.com/mysurface/blog/matrix-0-1a"
license=('GPL')
groups=()
depends=('ncurses')
makedepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
source=(matrix.cc)
noextract=()
md5sums=('9a2f5acc906d834a773c35a150805727')

build() {
    cd "$srcdir"

    ./configure --prefix=/usr
    make || return 1
    make DESTDIR="$pkgdir" install
}

it exits with a error

[aleyscha@aleyscha 189 matrix]$ makepkg
==> Making package: matrix 0.1a-1  (Sun Jul 27 11:46:51 PDT 2008)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
  -> Found matrix.cc in build dir
==> Validating source files with md5sums...
    matrix.cc ... Passed
==> Extracting Sources...
==> Removing existing pkg/ directory...
==> Entering fakeroot environment...
==> Starting build()...
PKGBUILD: line 25: ./configure: No such file or directory
make: *** No targets specified and no makefile found.  Stop.
==> ERROR: Build Failed.
    Aborting...

Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.
-- Antoine de Saint-Exupery

Offline

Board footer

Powered by FluxBB