Added an autopackage configuration file and updated autotools scripts.
This commit is contained in:
parent
d4e8d301f8
commit
58dd16bff9
|
@ -0,0 +1,38 @@
|
||||||
|
# -*-shell-script-*-
|
||||||
|
|
||||||
|
[Meta]
|
||||||
|
RootName: @desmume.sf.net/desmume:$SOFTWAREVERSION
|
||||||
|
DisplayName: DeSmuME Nintendo DS Emulator
|
||||||
|
ShortName: desmume
|
||||||
|
Maintainer: Guillaume Duhamel <guillaume.duhamel@gmail.com>
|
||||||
|
Packager: Guillaume Duhamel <guillaume.duhamel@gmail.com>
|
||||||
|
Summary: DeSmuME is a Nintendo DS emulator.
|
||||||
|
URL: http://desmume.sf.net/
|
||||||
|
License: GNU General Public License, Version 2
|
||||||
|
SoftwareVersion: @VERSION@
|
||||||
|
AutopackageTarget: 1.0
|
||||||
|
|
||||||
|
[Description]
|
||||||
|
This is a Nintendo DS emulator.
|
||||||
|
|
||||||
|
[BuildPrepare]
|
||||||
|
prepareBuild
|
||||||
|
|
||||||
|
[BuildUnprepare]
|
||||||
|
unprepareBuild
|
||||||
|
|
||||||
|
[Imports]
|
||||||
|
echo '*' | import
|
||||||
|
|
||||||
|
[Prepare]
|
||||||
|
# Dependency checking
|
||||||
|
require @gtk.org/gtk 2.4
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
# Put your installation script here
|
||||||
|
installExe bin/desmume
|
||||||
|
installExe bin/desmume-cli
|
||||||
|
|
||||||
|
[Uninstall]
|
||||||
|
# Usually just the following line is enough to uninstall everything
|
||||||
|
uninstallFromLog
|
|
@ -111,5 +111,6 @@ AC_CONFIG_FILES([Makefile
|
||||||
src/cli/Makefile
|
src/cli/Makefile
|
||||||
src/gtk/Makefile
|
src/gtk/Makefile
|
||||||
src/windows/Makefile
|
src/windows/Makefile
|
||||||
|
autopackage/default.apspec
|
||||||
])
|
])
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
Loading…
Reference in New Issue