mirror of
https://github.com/cahirwpz/amigaos-cross-toolchain
synced 2026-09-11 19:59:18 +00:00
Add fd2pragma tool.
This commit is contained in:
@@ -22,3 +22,6 @@
|
|||||||
[submodule "submodules/python-lhafile"]
|
[submodule "submodules/python-lhafile"]
|
||||||
path = submodules/python-lhafile
|
path = submodules/python-lhafile
|
||||||
url = git://github.com/FrodeSolheim/python-lhafile
|
url = git://github.com/FrodeSolheim/python-lhafile
|
||||||
|
[submodule "submodules/fd2pragma"]
|
||||||
|
path = submodules/fd2pragma
|
||||||
|
url = https://github.com/adtools/fd2pragma.git
|
||||||
|
|||||||
Submodule
+1
Submodule submodules/fd2pragma added at 68089f8a6f
@@ -91,6 +91,13 @@ def headers_install():
|
|||||||
copytree('{sources}/{ixemul}/include', '{prefix}/{target}/libnix/include')
|
copytree('{sources}/{ixemul}/include', '{prefix}/{target}/libnix/include')
|
||||||
|
|
||||||
|
|
||||||
|
@recipe('fd2pragma-install')
|
||||||
|
def install_fd2pragma():
|
||||||
|
info('installing fd2pragma')
|
||||||
|
|
||||||
|
copy('{build}/fd2pragma/fd2pragma', '{prefix}/bin')
|
||||||
|
|
||||||
|
|
||||||
@recipe('tools-install')
|
@recipe('tools-install')
|
||||||
def install_tools():
|
def install_tools():
|
||||||
info('installing extra tools')
|
info('installing extra tools')
|
||||||
@@ -355,6 +362,10 @@ def build():
|
|||||||
make('fd2sfd')
|
make('fd2sfd')
|
||||||
make('fd2sfd', 'install')
|
make('fd2sfd', 'install')
|
||||||
|
|
||||||
|
unpack('fd2pragma', work_dir='{build}')
|
||||||
|
make('fd2pragma')
|
||||||
|
install_fd2pragma()
|
||||||
|
|
||||||
unpack('sfdc')
|
unpack('sfdc')
|
||||||
configure('sfdc', '--prefix={prefix}', copy_source=True)
|
configure('sfdc', '--prefix={prefix}', copy_source=True)
|
||||||
make('sfdc')
|
make('sfdc')
|
||||||
|
|||||||
Reference in New Issue
Block a user