1 DESCRIPTION
= "A cross-platform REXX interpreter"
4 HOMEPAGE
= "http://regina-rexx.sf.net"
5 DEPENDS
= "regina-rexx-native"
7 SRC_URI
= "${SOURCEFORGE_MIRROR}/regina-rexx/regina33.zip \
8 file://use-proper-host-tools.patch;patch=1"
15 # need
to use configure script built by ancient autotools
22 oe_runmake STAGING_BINDIR_NATIVE
="${STAGING_BINDIR_NATIVE}"
26 oe_runmake install bindir
="${D}${bindir}" libdir
="${D}${libdir}" includedir
="${D}${includedir}" \
27 sharedir
="${D}${datadir}" mandir
="${D}${mandir}" sysconfdir
="${D}${sysconfdir}" \
28 STAGING_BINDIR_NATIVE
="${STAGING_BINDIR_NATIVE}"
31 FILES_$
{PN
} += "${datadir}"