]> git.pld-linux.org Git - packages/XaraLX.git/commitdiff
- added, NFY
authoraredridel <aredridel@pld-linux.org>
Tue, 21 Mar 2006 15:50:19 +0000 (15:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XaraLX.spec -> 1.1

XaraLX.spec [new file with mode: 0644]

diff --git a/XaraLX.spec b/XaraLX.spec
new file mode 100644 (file)
index 0000000..9c17dcf
--- /dev/null
@@ -0,0 +1,45 @@
+#
+Summary:       Xara Extreme LX Vector Image Editor
+Name:          XaraLX
+Version:       0.3r693
+Release:       0.1
+License:       - (enter GPL/GPL v2/LGPL/BSD/BSD-like/other license name here)
+Group:         Applications
+Source0:       http://downloads.xara.com/opensource/%{name}_%{version}.tar.bz2
+# Source0-md5: 70c9490007e2d9914840f937ff28434d
+URL:           http://www.xaraxtreme.org
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
+BuildRequires: perl
+BuildRequires: wxGTK2-unicode-devel > 2.6.2
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%prep
+%setup -q
+
+%build
+%{__gettextize}
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+       --with-wx-config=wx-gtk2-unicode-config
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_bindir}/*
This page took 0.054911 seconds and 4 git commands to generate.