]> git.pld-linux.org Git - packages/brik.git/commitdiff
- initial
authorMichal Moskal <michal@moskal.me>
Mon, 11 Aug 2003 19:42:51 +0000 (19:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    brik.spec -> 1.1

brik.spec [new file with mode: 0644]

diff --git a/brik.spec b/brik.spec
new file mode 100644 (file)
index 0000000..6841a6c
--- /dev/null
+++ b/brik.spec
@@ -0,0 +1,40 @@
+Summary:       Checks archive integrity
+Summary(pl):   Sparwdza integralno¶æ archiwum
+Name:          brik
+Version:       1.0
+Release:       1
+License:       distributable
+Group:         Applications/System
+# no clue if it works:
+Vendor:                Rahul Dhesi <dhesi@bsu-cs.bsu.edu>
+Source0:       ftp://ftp.kernel.pl/pub/People/malekith/%{name}-%{version}.tar.gz
+# Source0-md5: d987c9a3ab21154108635c0dfbfaea33
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Checks archive integrity. Quite old program, but sometimes used.
+
+%description -l pl
+Sparwdza integralno¶æ archiwum. Ca³kiem stary program, jednak wci±¿
+czasem u¿ywany.
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install brik $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Usenet README
+%attr(755,root,root) %{_bindir}/*
This page took 0.085587 seconds and 4 git commands to generate.