aboutsummaryrefslogtreecommitdiff
path: root/dists/redhat
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2008-08-25 19:22:16 +0000
committerWillem Jan Palenstijn2008-08-25 19:22:16 +0000
commit8c35bdf0443648882977bf856e0cc994aa3bd664 (patch)
tree0c81367aca6d4392e0d5539b4e9bd2894604e5de /dists/redhat
parent235ab94ef3b964ddae6a817aa64706f362fc7c9b (diff)
downloadscummvm-rg350-8c35bdf0443648882977bf856e0cc994aa3bd664.tar.gz
scummvm-rg350-8c35bdf0443648882977bf856e0cc994aa3bd664.tar.bz2
scummvm-rg350-8c35bdf0443648882977bf856e0cc994aa3bd664.zip
package tools_gui as scummvm_tools_gui
svn-id: r34173
Diffstat (limited to 'dists/redhat')
-rw-r--r--dists/redhat/scummvm-tools.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/dists/redhat/scummvm-tools.spec b/dists/redhat/scummvm-tools.spec
index 33f4f5e891..564fc17274 100644
--- a/dists/redhat/scummvm-tools.spec
+++ b/dists/redhat/scummvm-tools.spec
@@ -19,6 +19,7 @@ Source : %{name}-%{version}.tar.bz2
BuildRoot : %{_tmppath}/%{name}-%{version}-root
BuildRequires : zlib-devel
+BuildRequires : wxGTK-devel
#------------------------------------------------------------------------------
# Description
#------------------------------------------------------------------------------
@@ -36,10 +37,12 @@ make
echo -e "\t\tThis script is installed as\n\t\t"%{_datadir}/scummvm-tools/convert_dxa.sh.sample >> README
%install
+install -m755 -d %{buildroot}%{_bindir}
install -m755 -D compress_{agos,kyra,queen,saga,scumm_bun,scumm_san,scumm_sou,sword1,sword2,touche} %{buildroot}%{_bindir}
install -m755 -D de{kyra,scumm,sword2,gob} %{buildroot}%{_bindir}
install -m755 -D encode_dxa %{buildroot}%{_bindir}/encode_dxa
install -m755 -D extract_{agos,kyra,loom_tg16,mm_apple,mm_c64,mm_nes,scumm_mac,parallaction,zak_c64,gob_stk} %{buildroot}%{_bindir}
+install -m755 -D tools_gui %{buildroot}%{_bindir}/scummvm_tools_gui
install -m644 -D convert_dxa.sh %{buildroot}%{_datadir}/scummvm-tools/convert_dxa.sh.sample
%clean
@@ -54,6 +57,7 @@ rm -Rf ${RPM_BUILD_ROOT}
%attr(0755,root,root)%{_bindir}/de*
%attr(0755,root,root)%{_bindir}/extract_*
%attr(0755,root,root)%{_bindir}/encode_dxa
+%attr(0755,root,root)%{_bindir}/scummvm_tools_gui
%attr(0644,root,root)%{_datadir}/scummvm-tools/convert_dxa.sh.sample
#------------------------------------------------------------------------------