curseofwar-sdl: initial commit

This commit is contained in:
Maximilian Dietrich 2013-08-19 20:26:13 +02:00
parent 99693b64e7
commit 2f116f1780
3 changed files with 31 additions and 0 deletions

12
curseofwar-sdl/.footprint Normal file
View File

@ -0,0 +1,12 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/curseofwar-sdl
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man6/
-rw-r--r-- root/root usr/man/man6/curseofwar-sdl.6.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/curseofwar/
drwxr-xr-x root/root usr/share/curseofwar/images/
-rw-r--r-- root/root usr/share/curseofwar/images/tileset.bmp
-rw-r--r-- root/root usr/share/curseofwar/images/type.bmp
-rw-r--r-- root/root usr/share/curseofwar/images/ui.bmp

1
curseofwar-sdl/.md5sum Normal file
View File

@ -0,0 +1 @@
361f364342af357ed78ae4eabe465da8 v1.2.0.tar.gz

18
curseofwar-sdl/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: ncurses based real time strategy game
# URL: https://github.com/a-nikolaev/curseofwar/wiki
# Maintainer: Maximilian Dietrich, dxm at openmailbox dot org
# Depends on: libsdl
name=curseofwar-sdl
version=1.2.0
release=1
source=(https://github.com/a-nikolaev/curseofwar/archive/v$version.tar.gz)
build () {
cd curseofwar-$version
make SDL=yes
make DESTDIR=$PKG \
SDL=yes \
MANPREFIX=/usr/man \
install
}