]> git.pld-linux.org Git - packages/flasm.git/blame - flasm.spec
- new
[packages/flasm.git] / flasm.spec
CommitLineData
ff6eb02e
ER
1Summary: Flasm - assembler/disassembler of Flash ActionScript bytecode
2Name: flasm
3Version: 1.61
4Release: 0.1
5License: freeware
6Group: Development
7Source0: http://www.nowrap.de/download/%{name}16linux.tgz
8# Source0-md5: 57940311b5d55e48757fcd63f86d9243
9Source1: %{name}.sh
10URL: http://www.nowrap.de/flasm.html
11ExclusiveArch: %{ix86}
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15Flasm disassembles your entire SWF including all the timelines and
16events. Looking at disassembly, you learn how the Flash compiler
17works, which improves your ActionScript skills. You can also do some
18optimizations on the disassembled code by hand or adjust the code as
19you wish. Flasm then applies your changes to the original SWF,
20replacing original actions.
21
22%prep
23%setup -q -c
24
25%install
26rm -rf $RPM_BUILD_ROOT
27install -d $RPM_BUILD_ROOT%{_bindir}
28
29install flasm $RPM_BUILD_ROOT%{_bindir}
30
31%clean
32rm -rf $RPM_BUILD_ROOT
33
34%files
35%defattr(644,root,root,755)
36%doc LICENSE.TXT CHANGES.TXT flasm.html classic.css
37%doc flasm.ini
38%attr(755,root,root) %{_bindir}/flasm
This page took 0.067258 seconds and 4 git commands to generate.