RPM specfile

This commit is contained in:
~hatteb-mitlyd 2014-05-25 15:23:54 -07:00
parent 754c3ba447
commit d52d5abe69

36
urbit.spec Normal file
View File

@ -0,0 +1,36 @@
Name: urbit
Version: 0.2
Release: 1%{?dist}
Summary: The Urbit environment
License: Public domain
URL: http://urbit.org/
Source0: urbit.tar.gz
BuildRequires: openssl-devel, ncurses-devel, gmp-devel, libsigsegv-devel
Requires: openssl, ncurses, gmp, libsigsegv
%description
Urbit is a new operating environment designed from scratch.
%prep
%setup -q
%build
make debbuild
%install
rm -rf $RPM_BUILD_ROOT
make debinstall DESTDIR=$RPM_BUILD_ROOT
%files
/usr/bin/vere
/usr/lib/urb/*
%doc
%changelog
* Sun May 25 2014 urbit
- Package for Red Hat