]> git.pld-linux.org Git - packages/inkscape.git/commitdiff
- initial
authorcieciwa <cieciwa@pld-linux.org>
Fri, 12 Dec 2003 10:58:45 +0000 (10:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    inkscape.spec -> 1.1

inkscape.spec [new file with mode: 0644]

diff --git a/inkscape.spec b/inkscape.spec
new file mode 100644 (file)
index 0000000..1cc3b09
--- /dev/null
@@ -0,0 +1,42 @@
+Summary:       Inkscape -
+Summary(pl):   Inkscape -
+Name:          inkscape
+Version:       0.36
+Release:       0.1
+License:       GPL
+Group:         Graphics
+Source0:       http://dl.sourceforge.net/inkscape/%{name}-%{version}.tar.gz
+#Source0-md5:  3bd8581afee27b00dd7fdce0e7d8f6fa
+#BuildRequires:
+#Requires:
+URL:           http://www.inkscape.org/
+Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+- -- empty --
+
+%description -l pl
+- -- pusty --
+
+%prep
+%setup -q
+
+#%patch
+
+%build
+./configure --prefix=%{_prefix}
+%{__make} RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} prefix=$RPM_BUILD_ROOT%{_prefix} install
+
+%post
+%postun
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc
This page took 0.163137 seconds and 4 git commands to generate.