From d150a5f3e462fa7fe194a805a4aa0076f4d03ab9 Mon Sep 17 00:00:00 2001 From: Deposite Pirate Date: Sun, 16 Sep 2018 18:48:36 +0200 Subject: Add ports. --- games/flare/flare.build | 61 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100755 games/flare/flare.build (limited to 'games/flare') diff --git a/games/flare/flare.build b/games/flare/flare.build new file mode 100755 index 0000000..2e2206e --- /dev/null +++ b/games/flare/flare.build @@ -0,0 +1,61 @@ +#!/bin/bash +# +# Maintainer: Deposite Pirate + +source /usr/src/ports/Build/build.sh + +NAME=flare +VERSION=0.19 +BUILD=2 +DEPENDS=('sdl >= 1.2.15-1') + +# Description + +cat > ${PKG}/install/slack-desc < flare.desktop +install.dir ${PKG}${SYS_DIR[share]}/applications +install.dat flare.desktop ${PKG}${SYS_DIR[share]}/applications +install.dir ${PKG}${SYS_DIR[share]}/icons/hicolor/scalable/apps +install.dat distribution/flare_logo.svg ${PKG}${SYS_DIR[share]}/icons/hicolor/scalable/apps/flare.svg +} -- cgit v1.2.3-70-g09d2