]> git.pld-linux.org Git - packages/ffb.git/blame - ffb.spec
- tabs in preamble
[packages/ffb.git] / ffb.spec
CommitLineData
46b63865 1Summary: f*ckf*ckb**b - a f*ckf*ck interpreter written in C++
f7b38e81 2Summary(pl.UTF-8): f*ckf*ckb**b - interpreter języka f*ckf*ck napisany w C++
46b63865
JB
3Name: ffb
4Version: 0.2
5Release: 1
6License: ?
7Group: Development/Languages
8Source0: http://www.stacken.kth.se/~foo/feckfeck/files/%{name}-%{version}.tar.gz
9# Source0-md5: b58e2796867561bf88e99383ea352d74
10URL: http://www.stacken.kth.se/~foo/feckfeck/
11BuildRequires: libstdc++-devel
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15f*ckf*ckb**b is a f*ckf*ck interpreter written in C++.
16
17f*ckf*ck language is described at
18http://www.chilliwilli.co.uk/ff/index.html .
19
20
1d5f5cd4
JR
21%description -l pl.UTF-8
22f*ckf*ckb**b to interpreter języka f*ckf*ck napisany w C++.
46b63865 23
1d5f5cd4 24Język f*ckf*ck jest opisany pod
46b63865
JB
25http://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
36rm -rf $RPM_BUILD_ROOT
37install -d $RPM_BUILD_ROOT%{_bindir}
38
39install ffb $RPM_BUILD_ROOT%{_bindir}
40
41%clean
42rm -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.125058 seconds and 4 git commands to generate.