]> git.pld-linux.org Git - packages/dctc.git/blob - dctc.spec
94f834d7e7a9cc962db31e5d3b9d1e49ead6d32d
[packages/dctc.git] / dctc.spec
1 Summary:        Direct Connect Text Client
2 Summary(pl):    Tekstowy klient Direct Connect
3 Name:           dctc
4 Version:        0.85.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:  8d2823e1054b3bf432ac740a5484b452
10 URL:            http://ac2i.tzo.com/dctc/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 #BuildRequires: db-devel
14 BuildRequires:  glib-devel
15 BuildRequires:  pkgconfig
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¿ytkownikom wspó³dzieliæ pliki i rozmawiaæ (podobnie do IRC-a, ale w
26 sposób bardziej zorientowany na dzielenie oprogramowania) u¿ywaj±c
27 w³asnego protoko³u.
28
29 %prep
30 %setup -q
31
32 %build
33 rm -f missing
34 %{__aclocal}
35 %{__autoconf}
36 %{__automake}
37 %configure
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc KNOWN_BUGS TODO README ChangeLog Documentation/*
52 %attr(755,root,root) %{_bindir}/*
53 %{_mandir}/man1/*
This page took 0.303259 seconds and 2 git commands to generate.