Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
:
tools
>
fuckthensa
> fuckthensa.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File fuckthensa.spec of Package fuckthensa
Name: fuckthensa Version: 0.1 Release: 0 Group: System Summary: Encoding/Decoding tool License: unknown OSS Url: https://bitbucket.org/cslag/fuckthensa Source0: %{name}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: gcc %description FuckTheNSA is a binary-to-text encoding and decoding tool. The encoded data is an ASCII-string, 8 times bigger than the source data and consists purely out of anti-NSA profanity. It encodes any 8-bit byte sequences. %prep %setup -n %{name} %build gcc -o fucknsa fucknsa.c gcc -o unfucknsa unfucknsa.c %install %__install -D -m0755 fucknsa %{buildroot}%{_bindir}/fucknsa %__install -m0755 unfucknsa %{buildroot}%{_bindir}/unfucknsa %clean rm -rf %{buildroot} %files %defattr(-,root,root) %{_bindir}/fucknsa %{_bindir}/unfucknsa %doc README.txt %changelog