aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tcltk/tk_8.4.19.bb
blob: 3dd492016afac88054e196e91035e1df8da6fd70 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
DESCRIPTION = "Tool Command Language ToolKit Extension"
LICENSE = "tcl"
SECTION = "devel/tcltk"
HOMEPAGE = "http://tcl.sourceforge.net"
DEPENDS = "tcl virtual/libx11 libxt"
PR = "r1"

SRC_URI = "\
  ${SOURCEFORGE_MIRROR}/tcl/tk${PV}-src.tar.gz \
  file://disable-xim.patch;patchdir=..;striplevel=0 \
  file://tk-add-soname.patch;striplevel=2 \
#  file://fix-configure.patch;striplevel=2 \
"
S = "${WORKDIR}/tk${PV}/unix"

inherit autotools

EXTRA_OECONF = "\
  --enable-threads \
  --with-tcl=${STAGING_BINDIR_CROSS} \
  --x-includes=${STAGING_INCDIR} \
  --x-libraries=${STAGING_LIBDIR} \
"

do_configure() {
	gnu-configize
	oe_runconf
}

do_stage() {
	oe_libinstall -a libtkstub8.4 ${STAGING_LIBDIR}
	oe_libinstall -so libtk8.4 ${STAGING_LIBDIR}
	sed -i "s+${WORKDIR}+${STAGING_INCDIR}+g" tkConfig.sh
	install -m 0755 tkConfig.sh ${STAGING_BINDIR_CROSS}
	cd ..
	#for dir in compat generic unix
	#do
	#	install -d ${STAGING_INCDIR}/tk${PV}/$dir
	#install -m 0644 $dir/*.h ${STAGING_INCDIR}/tk${PV}/$dir/
	#done
	install -m 0644 generic/tk.h ${STAGING_INCDIR}
	install -m 0644 generic/tkDecls.h ${STAGING_INCDIR}
	install -m 0644 generic/tkPlatDecls.h ${STAGING_INCDIR}

}

do_install() {
	autotools_do_install
	mv libtk8.4.so libtk8.4.so.0
	oe_libinstall -so libtk8.4 ${D}${libdir}
	ln -sf ./wish8.4 ${D}${bindir}/wish
}

PACKAGES =+ "${PN}-lib"
FILES_${PN}-lib = "${libdir}/libtk8.4.so.*"
FILES_${PN} += "${libdir}"

SRC_URI[md5sum] = "9b998d0456d1b956eb9da610837a9c47"
SRC_URI[sha256sum] = "d056fe6c204ac31539616e1069522dd5864a580b64e521fe1a49bc895ca8699f"