]> git.pld-linux.org Git - packages/7plus.git/commitdiff
- created spec for PLD
authordjrzulf <djrzulf@pld-linux.org>
Wed, 24 Oct 2001 20:55:32 +0000 (20:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    7plus.spec -> 1.1

7plus.spec [new file with mode: 0644]

diff --git a/7plus.spec b/7plus.spec
new file mode 100644 (file)
index 0000000..8bf9703
--- /dev/null
@@ -0,0 +1,37 @@
+Summary:       Application to split binary files - used widely by hams
+Summary(pl):   Programik do dzielenia plikow binarnych - uzywany przez radioamatorów
+Name:          7plus
+Version:       2.25
+Release:       1
+License:       GPL
+Group:         Networking/Utilities
+Group(de):     Netzwerkwesen/Werkzeuge
+Group(pl):     Sieciowe/Narzêdzia
+Source0:       ftp://excelsior.kullen.rwth-aachen.de/pub/packet_radio/misc/7plus-2.25.tar.gz
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Application to split binary files - like base64 / uuencode but for hams.
+
+%description -l pl
+Program pozwalajacy dzielic binaria - jak base64 czy uuencode, lecz jest
+powszechnie stosowany przez radioamatorów.
+
+%prep
+%setup -q -n 7plsrc.225
+
+%build
+mv linux.mak Makefile
+%{__make} CC="gcc %{rpmcflags} -Wall"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/%{_bindir}
+
+install 7plus          $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%attr(755,root,root) %{_bindir}/7plus
This page took 0.067687 seconds and 4 git commands to generate.