Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37564404
en ru br
ALT Linux repos
S:0.1-alt5

Group :: File tools
RPM: gnustep-pbxbuild

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%set_verify_elf_method unresolved=strict

Name: gnustep-pbxbuild
Version: 0.1
Release: alt5
Summary: This tool converts XCode(tm) projects into GNUmakefiles and builds them
License: GPLv2+ and GPLv3
Group: File tools
Url: http://www.gnustep.org/
Packager: Andrey Cherepanov <cas at altlinux.org>

# https://github.com/gnustep/gnustep-pbxbuild.git

Source: %name-%version.tar

BuildPreReq: gnustep-make-devel gnustep-base-devel
BuildPreReq: /proc
BuildPreReq: libgmp-devel libgnutls-devel libgcrypt-devel
BuildPreReq: libxslt-devel libffi-devel libicu-devel zlib-devel

%description
This tool converts XCode(tm) projects into GNUmakefiles and builds them.
Those GNUmakefiles may be the basis for further user modifications
in order to make up for the platform differences of GNUstep and OS X.
Currently OSX Version 3.9 and 4.2 project files are supported.

%prep
%setup

%build
. %_datadir/GNUstep/Makefiles/GNUstep.sh

%make_build \
messages=yes \
debug=yes \
strip=no \
shared=yes

%install
. %_datadir/GNUstep/Makefiles/GNUstep.sh

%makeinstall_std GNUSTEP_INSTALLATION_DOMAIN=SYSTEM

%files
%doc ChangeLog ISSUES README
%_bindir/*

%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