diff options
author | Maximilian Dietrich <dxm@openmailbox.org> | 2013-08-19 20:26:13 +0200 |
---|---|---|
committer | Maximilian Dietrich <dxm@openmailbox.org> | 2013-08-19 20:26:13 +0200 |
commit | 2f116f178071db3ad8aa6b9520111b510f309c86 (patch) | |
tree | 019476b34934153c15126fd84ca0b1c43a5671e7 /curseofwar-sdl | |
parent | 99693b64e74ae5fe8d46ca430ebbdf93fce25b87 (diff) | |
download | contrib-2f116f178071db3ad8aa6b9520111b510f309c86.tar.gz contrib-2f116f178071db3ad8aa6b9520111b510f309c86.tar.xz |
curseofwar-sdl: initial commit
Diffstat (limited to 'curseofwar-sdl')
-rw-r--r-- | curseofwar-sdl/.footprint | 12 | ||||
-rw-r--r-- | curseofwar-sdl/.md5sum | 1 | ||||
-rw-r--r-- | curseofwar-sdl/Pkgfile | 18 |
3 files changed, 31 insertions, 0 deletions
diff --git a/curseofwar-sdl/.footprint b/curseofwar-sdl/.footprint new file mode 100644 index 000000000..a7d045800 --- /dev/null +++ b/curseofwar-sdl/.footprint @@ -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 diff --git a/curseofwar-sdl/.md5sum b/curseofwar-sdl/.md5sum new file mode 100644 index 000000000..6c6aff561 --- /dev/null +++ b/curseofwar-sdl/.md5sum @@ -0,0 +1 @@ +361f364342af357ed78ae4eabe465da8 v1.2.0.tar.gz diff --git a/curseofwar-sdl/Pkgfile b/curseofwar-sdl/Pkgfile new file mode 100644 index 000000000..9cfce6f89 --- /dev/null +++ b/curseofwar-sdl/Pkgfile @@ -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 +} |