]> git.pld-linux.org Git - packages/bairc.git/commitdiff
- initial import (nothing big, just a toy)
authorAdam Gołębiowski <adamg@pld-linux.org>
Fri, 25 Jul 2003 16:47:48 +0000 (16:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bairc.spec -> 1.1

bairc.spec [new file with mode: 0644]

diff --git a/bairc.spec b/bairc.spec
new file mode 100644 (file)
index 0000000..6311435
--- /dev/null
@@ -0,0 +1,37 @@
+Summary:       IRC client written entirely in BASH
+Summary(pl):   Klient IRC napisany wy³±cznie w BASH
+Name:          bairc
+Version:       1.2
+Release:       1
+License:       GPL
+Group:         Applications/Communications
+Source0:       https://www.darkwired.org/pub/code/miniprojects/bairc/%{name}-%{version}.tar.gz
+# Source0-md5: 4bc884aa5db0bd12d5f94846c58f1d6e
+URL:           https://www.darkwired.org/pub/code/miniprojects/bairc/
+Requires:      bash
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Bourne Again IRC Client is a single-file client written entirely in
+BASH. It supports basic commands and has a nice GUI.
+
+%description -l pl
+Bourne Again IRC Client jest sk³adaj±cym siê z tylko jednego pliku
+klientem IRC napisanym w BASH. Wspierwa podstawowe komendy oraz
+posiada ³adne GUI.
+
+%prep
+%setup -q -c %{name}-%{version}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install bairc-1.2.bash $RPM_BUILD_ROOT%{_bindir}/bairc
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
This page took 0.089457 seconds and 4 git commands to generate.