# | Line 1 | Line 1 | |
---|---|---|
1 | ### RPM external libungif 4.1.4 | |
2 | + | Requires: gcc-wrapper |
3 | + | |
4 | Source: http://switch.dl.sourceforge.net/sourceforge/%{n}/%{n}-%{v}.tar.gz | |
5 | ||
6 | %build | |
7 | + | ## IMPORT gcc-wrapper |
8 | ./configure --prefix=%{i} | |
9 | make %makeprocesses | |
10 | + | %install |
11 | + | make install |
12 | + | perl -p -i -e "s|^#!.*perl|#!/usr/bin/env perl|" %{i}/bin/gifburst |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |