aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/proxy-libintl/proxy-libintl_20080418.bb
blob: d8949e47411415cba86599213f4ccf93e1610c12 (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
DESCRIPTION = "Proxy libintl"
HOMEPAGE = "http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/"
SECTION = "libs"
LICENSE = "LGPL"

PR = "r5"
PROVIDES = "virtual/libintl"

SRC_URI = " \
    http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/${PN}-${PV}.zip \
    file://stub-only.patch;patch=1 \
    file://create-as-shared-lib.patch;patch=1 \
    file://soname.patch;patch=1 \
"

S = "${WORKDIR}"
FILES_${PN}-dev = "${includedir}/libintl.h ${libdir}/libintl.a"
FILES_${PN} = "${libdir}/libintl.so"

CFLAGS_append = " -Wall -I ../../include ${@['-DSTUB_ONLY', ''][bb.data.getVar('USE_NLS', d, 1) != 'no']}"
TARGET_CC_ARCH += "${LDFLAGS}"
CFLAGS_append_mips = " -fPIC"
CFLAGS_append_mipsel = " -fPIC"

do_compile() {
    cd ${WORKDIR}/src/proxy-libintl
    oe_runmake
}

do_install() {
    install -d ${D}/${includedir}
    install -m 0644 ${WORKDIR}/include/libintl.h ${D}/${includedir}

    install -d ${D}/${libdir}
    oe_libinstall -a -so -C lib libintl ${D}/${libdir}
}


SRC_URI[md5sum] = "63047fcbe5ff853db0d04981dd9f1888"
SRC_URI[sha256sum] = "b8519dfd77939b23ca599a724b536f48340f2c795552aa2a600155230571141c"