Added an autopackage configuration file and updated autotools scripts.

This commit is contained in:
yabause 2006-12-23 21:26:21 +00:00
parent d4e8d301f8
commit 58dd16bff9
2 changed files with 39 additions and 0 deletions

View File

@ -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

View File

@ -111,5 +111,6 @@ AC_CONFIG_FILES([Makefile
src/cli/Makefile
src/gtk/Makefile
src/windows/Makefile
autopackage/default.apspec
])
AC_OUTPUT