]> git.pld-linux.org Git - packages/XaraLX.git/blob - XaraLX.spec
- longer description, BR >= 2.6.2 (?)
[packages/XaraLX.git] / XaraLX.spec
1 Summary:        Xara Extreme LX Vector Image Editor
2 Summary(pl):    Edytor obrazów wektorowych Xara Extreme LX
3 Name:           XaraLX
4 Version:        0.3r693
5 Release:        0.1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://downloads.xara.com/opensource/%{name}_%{version}.tar.bz2
9 # Source0-md5:  70c9490007e2d9914840f937ff28434d
10 URL:            http://www.xaraxtreme.org/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 # ???
14 BuildRequires:  gettext-devel
15 BuildRequires:  libtool
16 BuildRequires:  perl-base
17 BuildRequires:  wxGTK2-unicode-devel >= 2.6.2
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Xara eXtreme is a 2D vector graphics editor created by a small British
22 software company named Xara, notable for being the first vector
23 graphics software product to provide fully anti-aliased display,
24 advanced gradient fill and transparency tools, now available in many
25 of the competitors' products. Xara X is also notable for its usability
26 and very fast renderer
27
28 %description -l pl
29 Xara eXtreme jest edytorem grafiki 2D stworzonym przez ma³± brytyjsk±
30 firmê Xara, pierwszym wektorowym programem udostêpniaj±cym pe³ny
31 anty-aliasing, rozbudowane wype³nianie gradientami i narzêdzia do
32 prze¼roczysto¶ci, teraz dostêpne w wielu innych produktach. Xara X
33 jest tak¿e znana z u¿yteczno¶ci i prêdko¶ci dzia³ania.
34
35 %prep
36 %setup -q
37
38 %build
39 %{__gettextize}
40 %{__libtoolize}
41 %{__aclocal}
42 %{__autoconf}
43 %{__autoheader}
44 %{__automake}
45 %configure \
46         --with-wx-config=wx-gtk2-unicode-config
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60 %attr(755,root,root) %{_bindir}/*
This page took 0.060199 seconds and 3 git commands to generate.