]> git.pld-linux.org Git - packages/ffb.git/blob - ffb.spec
- tabs in preamble
[packages/ffb.git] / ffb.spec
1 Summary:        f*ckf*ckb**b - a f*ckf*ck interpreter written in C++
2 Summary(pl.UTF-8):      f*ckf*ckb**b - interpreter języka f*ckf*ck napisany w C++
3 Name:           ffb
4 Version:        0.2
5 Release:        1
6 License:        ?
7 Group:          Development/Languages
8 Source0:        http://www.stacken.kth.se/~foo/feckfeck/files/%{name}-%{version}.tar.gz
9 # Source0-md5:  b58e2796867561bf88e99383ea352d74
10 URL:            http://www.stacken.kth.se/~foo/feckfeck/
11 BuildRequires:  libstdc++-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 f*ckf*ckb**b is a f*ckf*ck interpreter written in C++.
16
17 f*ckf*ck language is described at
18 http://www.chilliwilli.co.uk/ff/index.html .
19
20
21 %description -l pl.UTF-8
22 f*ckf*ckb**b to interpreter języka f*ckf*ck napisany w C++.
23
24 Język f*ckf*ck jest opisany pod
25 http://www.chilliwilli.co.uk/ff/index.html .
26
27 %prep
28 %setup -q
29
30 %build
31 %{__make} \
32         CXX="%{__cxx}" \
33         CXXFLAGS="%{rpmcflags} -Wall"
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -d $RPM_BUILD_ROOT%{_bindir}
38
39 install ffb $RPM_BUILD_ROOT%{_bindir}
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc NEWS README
47 %attr(755,root,root) %{_bindir}/*
This page took 0.127234 seconds and 4 git commands to generate.