]> git.pld-linux.org Git - SPECS.git/blob - nap.spec
SPECS updated Sun 1 Aug 20:13:02 CEST 2021
[SPECS.git] / nap.spec
1 Summary:        Console napster client
2 Summary(pl.UTF-8):      Klient napstera pod konsole
3 Name:           nap
4 Version:        1.5.3
5 Release:        1
6 License:        distributable (Copyright (C) 2000 Kevin Sullivan)
7 Group:          Applications/Communications
8 Source0:        http://nap.sf.net/dist/%{name}-%{version}.tar.gz
9 # Source0-md5:  b39ceb2bac8432e1aef11b0d4ecf4c7c
10 URL:            http://nap.sourceforge.net/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  ncurses-devel >= 5.1
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 A console napster client that can be compiled on almost any UNIX
18 machine. It includes basic scripting support and IRC support as well.
19
20 %description -l pl.UTF-8
21 Konsolowy klient napstera, który może być skompilowany na praktycznie
22 każdej maszynie uniksowej. Zawiera podstawowe wsparcie dla tworzenia
23 własnych skryptów, podobnie jak wsparcie dla IRC.
24
25 %prep
26 %setup -q
27
28 %build
29 CFLAGS="-I/usr/include/ncurses %{rpmcflags}"
30 rm -f missing
31 %{__aclocal}
32 %{__autoconf}
33 %{__automake}
34 %configure
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 doc/*.html
49 %attr(755,root,root) %{_bindir}/*
50 %{_mandir}/man1/*
This page took 0.085203 seconds and 3 git commands to generate.