Açıklama çevirisi

This commit is contained in:
Yaşar Çiv 2017-04-05 14:51:40 +03:00 committed by GitHub
parent d400f8e49e
commit 2cba6322d3
1 changed files with 6 additions and 11 deletions

View File

@ -1,21 +1,16 @@
# Description: ninvaders (Space Invaders clone based on ncurses for ASCII output)
# URL: URL: http://ninvaders.sourceforge.net/
# NuTyX package info file (http://nutyx.org)
# Packager: # NuTyX package info file (http://nutyx.org)
# Depends on:
# 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)
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
}
# NuTyX Pkgfile (http://nutyx.org)