mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00

- Add '%source download <source>' to only download the source and do not unpack and prep. This can used when a package internally needs another source package. - Install the staging root only if it is present. A package may internally build another package that is not staged as it is not suitable for installing. Updates #3250 Updatew #3797
20 lines
339 B
Plaintext
20 lines
339 B
Plaintext
#
|
|
# Build set for SWIG
|
|
#
|
|
|
|
%define release 1
|
|
|
|
#
|
|
# Name of the package.
|
|
#
|
|
package: swig-%{swig_version}-%{_host}-%{release}
|
|
|
|
#
|
|
# A magic internal path that would break if changes in the defaults.mc
|
|
# macro file are made.
|
|
#
|
|
%define _internal_autotools_path %{_tmppath}/sb-%{_uid}/${SB_PREFIX_CLEAN}
|
|
|
|
devel/autotools-internal
|
|
devel/swig-4.0.1
|