]> git.pld-linux.org Git - packages/bairc.git/blame - bairc.spec
- tabs in preamble
[packages/bairc.git] / bairc.spec
CommitLineData
fc691728 1Summary: IRC client written entirely in BASH
59ab4466 2Summary(pl.UTF-8): Klient IRC napisany wyłącznie w BASH
fc691728 3Name: bairc
725a3a26 4Version: 1.3
fc691728
AG
5Release: 1
6License: GPL
7Group: Applications/Communications
8Source0: https://www.darkwired.org/pub/code/miniprojects/bairc/%{name}-%{version}.tar.gz
725a3a26 9# Source0-md5: 515e626ce3e4c12dd2eaff0f0d0e383f
fc691728
AG
10URL: https://www.darkwired.org/pub/code/miniprojects/bairc/
11Requires: bash
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15Bourne Again IRC Client is a single-file client written entirely in
16BASH. It supports basic commands and has a nice GUI.
17
0aae6b28
JR
18%description -l pl.UTF-8
19Bourne Again IRC Client jest składającym się z tylko jednego pliku
725a3a26 20klientem IRC napisanym w BASH. Wspiera podstawowe komendy oraz
0aae6b28 21posiada ładne GUI.
fc691728
AG
22
23%prep
c36bcf9a 24%setup -q -c
fc691728
AG
25
26%install
27rm -rf $RPM_BUILD_ROOT
28install -d $RPM_BUILD_ROOT%{_bindir}
29
725a3a26 30install %{name}-%{version}.bash $RPM_BUILD_ROOT%{_bindir}/%{name}
fc691728
AG
31
32%clean
33rm -rf $RPM_BUILD_ROOT
34
35%files
36%defattr(644,root,root,755)
37%attr(755,root,root) %{_bindir}/*
This page took 0.098483 seconds and 4 git commands to generate.