]> git.pld-linux.org Git - packages/dchub.git/blob - dchub.spec
- md5,
[packages/dchub.git] / dchub.spec
1 Summary:        Direct Connect Hub
2 Summary(pl):    Serwer Direct Connect
3 Name:           dchub
4 Version:        0.4.5
5 Release:        1
6 License:        GPL
7 Group:          Applications/Communications
8 Source0:        http://ac2i.tzo.com/dctc/%{name}-%{version}.tar.gz
9 # Source0-md5:  ddad10cdebf1ac113e3343c1f83696a8
10 URL:            http://ac2i.tzo.com/dctc/
11 #BuildRequires: autoconf
12 #BuildRequires: automake
13 BuildRequires:  glib-devel
14 BuildRequires:  python-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 DCTC is a Direct Connect clone, a Windows client allowing users to
19 share their files and talk (like IRC but more software sharing
20 oriented) using a proprietary protocol.
21
22 %description -l pl
23 DCTC jest klonem Direct Connect, windowsowego klienta pozwalaj±cego
24 u¿ytkonikom dzieliæ pliki i rozmawiaæ (podobnie do IRC-a, ale w sposób
25 bardziej zorientowany na dzielenie oprogramowania) u¿ywaj±c w³asnego
26 protoko³u.
27
28 %prep
29 %setup -q
30
31 %build
32
33 %configure2_13
34
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc AUTHORS ChangeLog NEWS README TODO Documentation/*
49 %attr(755,root,root) %{_bindir}/*
50 %{_libdir}/%{name}/*
This page took 0.083767 seconds and 3 git commands to generate.