58 lines
1.7 KiB
Plaintext
58 lines
1.7 KiB
Plaintext
# Copyright 2006 Guillaume Duhamel
|
|
# Copyright 2006 Fabien Coulon
|
|
#
|
|
# This file is part of Yabause.
|
|
#
|
|
# Yabause is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
# Yabause is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with Yabause; if not, write to the Free Software
|
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
# -*-shell-script-*-
|
|
|
|
[Meta]
|
|
RootName: @yabause.org/yabause:$SOFTWAREVERSION
|
|
DisplayName: Yabause Sega Saturn Emulator
|
|
ShortName: yabause
|
|
Maintainer: Guillaume Duhamel <guillaume@yabause.org>
|
|
Packager: Guillaume Duhamel <guillaume@yabause.org>
|
|
Summary: Yabause is a Sega Saturn emulator.
|
|
URL: http://yabause.org/
|
|
License: GNU General Public License, Version 2
|
|
SoftwareVersion: @VERSION@
|
|
AutopackageTarget: 1.0
|
|
|
|
[Description]
|
|
This is a Sega Saturn emulator.
|
|
|
|
[BuildPrepare]
|
|
prepareBuild --enable-static-mini18n CFLAGS='-D_FORTIFY_SOURCE=0'
|
|
|
|
[BuildUnprepare]
|
|
unprepareBuild
|
|
|
|
[Imports]
|
|
echo '*' | import
|
|
|
|
[Prepare]
|
|
# Dependency checking
|
|
require @gtk.org/gtk 2.4
|
|
|
|
[Install]
|
|
# Put your installation script here
|
|
installExe bin/yabause
|
|
installDesktop "Game" share/applications/yabause.desktop
|
|
installData share/yabause
|
|
|
|
[Uninstall]
|
|
# Usually just the following line is enough to uninstall everything
|
|
uninstallFromLog
|