]> git.pld-linux.org Git - packages/LANChat.git/blob - LANChat.spec
initial release, probably wont build but maybe someone want to fix it
[packages/LANChat.git] / LANChat.spec
1 Summary:        LANChat
2 Summary(pl):    LANChat
3 Name:           LANChat
4 Version:        1.0.2
5 Release:        0
6 License:        GPL
7 Group:          Networking
8 Group(de):      Netzwerkwesen
9 Group(pl):      Sieciowe
10 Source0:        http://priv4.onet.pl./ki/lanchat/%{name}-%{version}.tar.gz
11 Patch0:         %{name}-ncurses.patch
12 BuildRequires:  ncurses-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 LANChat
17
18 %description -l pl
19 LANChat
20
21 %prep
22 %setup -q 
23 %patch0 -p1
24
25 %build
26 %{__make} OPTIMIZE="$RPM_OPT_FLAGS"
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -d $RPM_BUILD_ROOT%{_prefix}/src/examples/%{name}-%{version}
31
32 %{__make} install DESTDIR=$RPM_BUILD_ROOT
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
This page took 0.042302 seconds and 3 git commands to generate.