]> git.pld-linux.org Git - packages/bnc.git/commitdiff
- initial PLD release,
authordjrzulf <djrzulf@pld-linux.org>
Sun, 25 Nov 2001 12:28:45 +0000 (12:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- STBR

Changed files:
    bnc.spec -> 1.1

bnc.spec [new file with mode: 0644]

diff --git a/bnc.spec b/bnc.spec
new file mode 100644 (file)
index 0000000..19dbb6a
--- /dev/null
+++ b/bnc.spec
@@ -0,0 +1,43 @@
+Summary:       Simple IRC bouncer
+Summary(pl):   Proste narzêdzie do tunelowania irc
+Name:          bnc
+Version:       2.8.4
+Release:       1
+License:       GPL
+Group:         Networking/Utilities
+Group(de):     Netzwerkwesen/Werkzeuge
+Group(pl):     Sieciowe/Narzêdzia
+Source0:       http://gotbnc.com/files/%{name}%{version}.tar.gz
+Source1:       bncsetup.pld    
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Easy-configurable IRC proxy.
+
+%description -l pl
+Prosty tunel IRC.
+
+%prep
+%setup -q -n %{name}%{version}
+
+%configure2_13
+
+%build
+%{__make} CC="gcc %{rpmcflags} -Wall"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+mkdir $RPM_BUILD_ROOT/usr/bin -p
+install bnc $RPM_BUILD_ROOT/usr/bin
+install bncchk $RPM_BUILD_ROOT/usr/bin
+install %{SOURCE1} $RPM_BUILD_ROOT/usr/bin/bncsetup
+install mkpasswd $RPM_BUILD_ROOT/usr/bin/bncmkpasswd
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+
+%doc README CHANGES COPYING
This page took 0.142134 seconds and 4 git commands to generate.