aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/regina-rexx/regina-rexx_3.3.bb
blob: 2f5c10541feb834e71e8cf4b1be2bf62807bd9e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
DESCRIPTION = "A cross-platform REXX interpreter"
SECTION = "devel/rexx"
LICENSE = "GPL"
HOMEPAGE = "http://regina-rexx.sf.net"
DEPENDS = "regina-rexx-native"

SRC_URI = "${SOURCEFORGE_MIRROR}/regina-rexx/regina33.zip;subdir=${BPN}-${PV} \
           file://use-proper-host-tools.patch"

inherit autotools

PARALLEL_MAKE = ""

# need to use configure script built by ancient autotools
do_configure() {
	gnu-configize
	oe_runconf
}

do_compile() {
	oe_runmake STAGING_BINDIR_NATIVE="${STAGING_BINDIR_NATIVE}"
}

do_install() {
	oe_runmake install bindir="${D}${bindir}" libdir="${D}${libdir}" includedir="${D}${includedir}" \
                           sharedir="${D}${datadir}" mandir="${D}${mandir}" sysconfdir="${D}${sysconfdir}" \
                           STAGING_BINDIR_NATIVE="${STAGING_BINDIR_NATIVE}"
}

FILES_${PN} += "${datadir}"


SRC_URI[md5sum] = "600da451b706c4f24451299e348da555"
SRC_URI[sha256sum] = "74f1521cc613855d26881c7b46fe72b59dafdf377cf26ec9d4f064979039a27f"