mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
gputils: add recipe
This commit is contained in:
52
dev-embedded/gputils/gputils-1.5.0.recipe
Normal file
52
dev-embedded/gputils/gputils-1.5.0.recipe
Normal file
@@ -0,0 +1,52 @@
|
||||
SUMMARY="Tools including assembler, linker and librarian for PIC microcontrollers"
|
||||
DESCRIPTION="GPUTILS is a collection of tools for the Microchip (TM) PIC microcontrollers. \
|
||||
It includes gpasm, gplink, and gplib. It's distributed under the terms of the GNU Public Li\
|
||||
cense. There are other GNU PIC tools available such as gpsim, a gputils compatible simulator."
|
||||
HOMEPAGE="https://gputils.sourceforge.io/"
|
||||
COPYRIGHT="Craig Franklin, James Bowman"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://sourceforge.net/projects/gputils/files/gputils/$portVersion/gputils-$portVersion-1.tar.bz2"
|
||||
CHECKSUM_SHA256="6f88a018e85717b57a22f27a0ca41b2157633a82351f7755be92e2d7dc40bb14"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
gputils = $portVersion
|
||||
cmd:gpasm
|
||||
cmd:gpdasm
|
||||
cmd:gplib
|
||||
cmd:gplink
|
||||
cmd:gpstrip
|
||||
cmd:gpvc
|
||||
cmd:gpvo
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:automake
|
||||
cmd:autoreconf
|
||||
cmd:gawk
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
aclocal
|
||||
automake --add-missing
|
||||
autoreconf -f
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user