]> git.pld-linux.org Git - packages/dchub.git/blob - dchub.spec
- new in PLD, STBR request.
[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 #Patch0:                %{name}-home_etc.patch
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 #%patch0 -p1
31
32 %build
33 ./configure --prefix=/usr
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 #%doc KNOWN_BUGS TODO README ChangeLog Documentation/* Documentation/*/*
48 %attr(755,root,root) %{_bindir}/*
This page took 0.059737 seconds and 4 git commands to generate.