Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37623472
en ru br
ALT Linux repos
S:0.2.12.1-alt2

Group :: Development/Other
RPM: bakefile

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: bakefile
Version: 0.2.12.1
Release: alt2

Summary: Native makefiles generator

License: MIT
Group: Development/Other
Url: http://bakefile.org/

Packager: Vitaly Lipatov <lav at altlinux.ru>

# Source-url: https://github.com/vslavik/bakefile/archive/v%version.tar.gz

Source: %name-%version.tar
Patch: %name-empy.patch

BuildRequires: gcc-c++ swig python-devel
BuildRequires: xsltproc docbook-style-xsl

%description
Bakefile is cross-platform, cross-compiler native makefiles generator.
It takes compiler-independent description of build tasks as input and
generate native makefile (autoconf's Makefile.in, Visual C++ project,
bcc makefile etc.).

%prep
%setup
#%patch0 -p1
#rm -rf src/empy
touch ChangeLog

%build
#autoreconf
./bootstrap
%configure --enable-maintainer-mode

%install
%makeinstall_std

# use system available modules

#rm -rf %buildroot%_libdir/%name/{empy,optik}

%files
%doc README THANKS doc/html
%_bindir/*
%_aclocaldir/*.m4
%_datadir/%name/
%dir %_libdir/%name/
%_libdir/%name/*.py*
%_libdir/%name/*.so
%_libdir/%name/*.la
%_libdir/%name/empy/
%_libdir/%name/py25modules/
%_man1dir/bakefil*.1*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin