Açıklama çevirisi
This commit is contained in:
parent
d400f8e49e
commit
2cba6322d3
|
@ -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)
|
||||
# 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)
|
||||
|
|
Loading…
Reference in New Issue