milis/talimatname/genel/ninvaders/talimat

17 lines
414 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: NInvaders ASCII çıkışı için ncurses tabanlı bir Space Invaders klonudur.
# URL: http://ninvaders.sourceforge.net/
# Packager: milisarge
# Depends on:
name=ninvaders
version=0.1.1
release=1
source=( http://downloads.sourceforge.net/sourceforge/ninvaders/$name-$version.tar.gz)
build(){
cd $name-$version
make CFLAGS="${CFLAGS}" &&
install -Dm755 nInvaders $PKG/usr/bin/$name
}