]> git.pld-linux.org Git - packages/inkscape.git/blob - inkscape.spec
1cc3b09aa0eff32ac1638c4be9a3a78295a3cb88
[packages/inkscape.git] / inkscape.spec
1 Summary:        Inkscape -
2 Summary(pl):    Inkscape -
3 Name:           inkscape
4 Version:        0.36
5 Release:        0.1
6 License:        GPL
7 Group:          Graphics
8 Source0:        http://dl.sourceforge.net/inkscape/%{name}-%{version}.tar.gz
9 #Source0-md5:   3bd8581afee27b00dd7fdce0e7d8f6fa
10 #BuildRequires:
11 #Requires:
12 URL:            http://www.inkscape.org/
13 Buildroot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 - -- empty --
17
18 %description -l pl
19 - -- pusty --
20
21 %prep
22 %setup -q
23
24 #%patch
25
26 %build
27 ./configure --prefix=%{_prefix}
28 %{__make} RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 %{__make} prefix=$RPM_BUILD_ROOT%{_prefix} install
33
34 %post
35 %postun
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc
This page took 0.04646 seconds and 3 git commands to generate.