]> git.pld-linux.org Git - packages/animenu.git/commitdiff
- First release.
authorJacek Rzęsista <jasio@jcentrum.net>
Fri, 24 Oct 2003 20:52:09 +0000 (20:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- This spec is from Wieslaw Kierbedz.
- This spec builds for Ra (can anyone test it on Nest/Ac ?)

Changed files:
    animenu.spec -> 1.1

animenu.spec [new file with mode: 0644]

diff --git a/animenu.spec b/animenu.spec
new file mode 100644 (file)
index 0000000..3aa5885
--- /dev/null
@@ -0,0 +1,65 @@
+#
+# Conditional build _without_xft       without xft support
+
+
+
+Summary:       On Screen Display menu with lirc.
+Summary(pl):   Menu ekranowe obs³ugiwane pilotem.
+Name:          animenu
+Version:       0.3.0
+Release:       1
+License:       GPL
+Group:         Applications
+Source0:       http://www.blackfiveservices.co.uk/projects/%{name}-%{version}.tar.gz
+# Source0-md5: 0e8de8be1fc848e1623431c72667ff6e
+Source1:       %{name}-examples.tar.gz
+# Source1-md5: 1e8f16b3a9227072a92253db9c16bb7a
+URL:           http://www.blackfiveservices.co.uk/animenu.shtml
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: XFree86-devel
+#%{!?_without_xft:BuildRequires:       XFree86-xft-devel}
+BuildRequires: lirc-devel
+BuildRequires: xosd-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+On Screen Display menu with lirc.
+Fully configurable.
+With directory autoloading support and file types assotiations.
+
+%description -l pl
+Menu ekranowe obs³ugiwane pilotem.
+Z mo¿liwo¶ci± konfiguracji wczytywanych podczas startu katalogów
+i programów obs³uguj±cych umieszczone w tych katalogach plików.
+
+
+%prep
+%setup  -q
+cp %{SOURCE1} ./
+tar zxf %{SOURCE1}
+
+%build
+rm -f missing
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+
+%configure \
+%if %{?_without_xft:1}0
+--disable-xft
+%endif
+
+%{__make}
+
+%install
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(644,root,root,755)
+%doc README examples examplemenus
+%attr(755,root,root) %{_bindir}/animenu
This page took 0.080134 seconds and 4 git commands to generate.