SPECS: rutilt.spec (NEW) - new
radek
radek at pld-linux.org
Fri Aug 11 22:16:02 CEST 2006
Author: radek Date: Fri Aug 11 20:16:02 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
rutilt.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/rutilt.spec
diff -u /dev/null SPECS/rutilt.spec:1.1
--- /dev/null Fri Aug 11 22:16:02 2006
+++ SPECS/rutilt.spec Fri Aug 11 22:15:57 2006
@@ -0,0 +1,72 @@
+# $Revision$, $Date$
+#
+# TODO:
+# - desktop
+# - figure out what's wrong with the helper
+#
+Summary: Wireless devices configuration tool, with extra support for Ralink chipsets
+#Summary(pl): -
+Name: rutilt
+Version: 0.11
+Release: 0.1
+License: GPL v2
+Group: Applications
+#Source0: http://cbbk.free.fr/bonrom/?download=RutilTv%{version}.tar.gz
+Source0: RutilTv%{version}.tar.gz
+# Source0-md5: 3048a06ad59390e97d7af2cf0668c438
+Patch0: %{name}-errno.patch
+Patch1: %{name}-FHS.patch
+URL: http://cbbk.free.fr/bonrom/
+BuildRequires: gtk+2-devel
+BuildRequires: kernel-headers
+BuildRequires: pkgconfig
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+RutilT - wireless devices configuration tool, with extra support for Ralink chipsets.
+
+#%description -l pl
+
+%prep
+%setup -q -n RutilTv%{version}
+%patch0 -p1
+%patch1 -p1
+
+%build
+./configure.sh \
+ --launcher=/usr/bin/sudo \
+ --prefix=%{_prefix}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_libdir}/rutilt
+
+%{__make} install \
+ RUTILT_PREFIX=$RPM_BUILD_ROOT%{_bindir}/ \
+ HELPER_PREFIX=$RPM_BUILD_ROOT%{_libdir}/rutilt/ \
+ IP_SCRIPT_PREFIX=$RPM_BUILD_ROOT%{_datadir}/rutilt/ \
+ ICON_PREFIX=$RPM_BUILD_ROOT%{_datadir}/rutilt/ \
+ HELPER_MODE=755
+install rutilt_helper $RPM_BUILD_ROOT%{_libdir}/rutilt
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README INSTALL
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+%dir %{_libdir}/%{name}
+%attr(755,root,root) %{_libdir}/%{name}/*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2006/08/11 20:15:57 radek
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list