Recent Posts
Latex | 1 sec ago
None | 3 sec ago
None | 18 sec ago
None | 21 sec ago
None | 25 sec ago
None | 48 sec ago
C++ | 53 sec ago
PAWN | 58 sec ago
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
Domain Reports
By bochao on the 6th of Feb 2010 02:49:53 AM
Download |
Raw |
Embed |
Report
Name: dehydra
Version: 0.9
Release: 3%{?dist}
Summary: Lightweight application that allows users to analyze C++ code
License: GPLv2+
Group: Applications/Programming
URL: https://developer.mozilla.org/en/Dehydra
Source0: http://ftp.mozilla.org/pub/mozilla.org/static-analysis/dehydra/dehydra-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gcc-c++
BuildRequires: mercurial
BuildRequires: autoconf213
BuildRequires: mpfr-devel
BuildRequires: js-devel
BuildRequires: js
%description
A lightweight, scriptable tool that analyzes C++ code
%prep
%setup -q
%build
export CXX=/home/bchao/tools/gcc-dehydra/installed/bin/g++
cd %{_builddir}/%{name}-%{version}
%{configure} \
--js-libs=%{_libdir} \
--js-headers=%{_libdir} \
--gcc-build=/home/bchao/tools/gcc-dehydra/gcc-build/
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
install -dT %{buildroot}/%{_libdir}/%{name}
cp %{_builddir}/%{name}-%{version}/gcc_dehydra.so %{buildroot}/%{_libdir}/%{name}/
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc README COPYING
%{_libdir}/%{name}/gcc_dehydra.so
Submit a correction or amendment below.
[ previous version ] | [ difference ] | Make A New Post