]> git.pld-linux.org Git - packages/dchub.git/blob - dchub.spec
- massive attack: source-md5
[packages/dchub.git] / dchub.spec
1 Summary:        Direct Connect Hub
2 Summary(pl):    Serwer Direct Connect
3 Name:           dchub
4 Version:        0.2.0
5 Release:        1
6 License:        GPL
7 Group:          Applications/Communications
8 Source0:        http://ac2i.tzo.com/dctc/%{name}-%{version}.tar.gz
9 # Source0-md5:  2c977e0fe0ed429af4a05c5920c1e855
10 #Patch0:                %{name}-home_etc.patch
11 URL:            http://ac2i.tzo.com/dctc/
12 #BuildRequires: autoconf
13 #BuildRequires: automake
14 BuildRequires:  glib-devel
15 BuildRequires:  python-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 DCTC is a Direct Connect clone, a Windows client allowing users to
20 share their files and talk (like IRC but more software sharing
21 oriented) using a proprietary protocol.
22
23 %description -l pl
24 DCTC jest klonem Direct Connect, windowsowego klienta pozwalaj±cego
25 u¿ytkonikom dzieliæ pliki i rozmawiaæ (podobnie do IRC-a, ale w sposób
26 bardziej zorientowany na dzielenie oprogramowania) u¿ywaj±c w³asnego
27 protoko³u.
28
29 %prep
30 %setup -q
31 #%patch0 -p1
32
33 %build
34 ./configure --prefix=/usr
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 KNOWN_BUGS TODO README ChangeLog Documentation/* Documentation/*/*
49 %attr(755,root,root) %{_bindir}/*
This page took 0.03172 seconds and 4 git commands to generate.