]> git.pld-linux.org Git - packages/lxnm.git/blame - lxnm.spec
- x32 rebuild
[packages/lxnm.git] / lxnm.spec
CommitLineData
ebf90a11 1Summary: Lightweight stand-alone network manager
2Name: lxnm
3Version: 0.2.2
5fc2e925 4Release: 2
ebf90a11 5License: GPL v2
6Group: X11/Applications/Networking
7Source0: http://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.gz
8# Source0-md5: 2ee64e5fad4a27a522f1eb2da08dd46a
d7160699 9URL: http://wiki.lxde.org/en/LXNM
ebf90a11 10BuildRequires: glib2-devel
efcd2d34 11BuildRequires: pkgconfig
ebf90a11 12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
efcd2d34
ER
14%undefine __cxx
15
ebf90a11 16%description
17LXNetdaemon is a fast, lightweight, stand-alone network manager.
18
19%prep
20%setup -q
21
22%build
23%configure
24%{__make}
25
26%install
27rm -rf $RPM_BUILD_ROOT
28
29%{__make} install \
30 DESTDIR=$RPM_BUILD_ROOT
31
32rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/{frp,ur_PK}
33
34%clean
35rm -rf $RPM_BUILD_ROOT
36
37%files
38%defattr(644,root,root,755)
39%doc AUTHORS README
40%attr(755,root,root) %{_sbindir}/lxnm
41%attr(755,root,root) %{_datadir}/lxnm
42%{_mandir}/man1/lxnm*
This page took 0.077024 seconds and 4 git commands to generate.