1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-09-16 15:26:39 +02:00
meta-rpi-diya/recipes-support/l3afpad/l3afpad_0.8.18.bb

30 lines
643 B
BlitzBasic
Raw Normal View History

2023-07-28 20:02:38 +02:00
DESCRIPTION = "leafpad for GTK3"
LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-3.0-only;md5=c79ff39f19dfec6d293b95dea7b07891"
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
2023-07-28 21:00:06 +02:00
S="${WORKDIR}"
2023-07-28 20:18:06 +02:00
2023-07-28 20:34:03 +02:00
DEPENDS = "gtk+3 pango cairo harfbuzz gdk-pixbuf intltool-native"
inherit pkgconfig
2023-07-28 20:02:38 +02:00
2023-07-28 20:25:12 +02:00
SRC_URI = "file://l3afpad-0.8.18.1.11.tar.gz"
2023-07-28 20:48:29 +02:00
SRC_URI[sha256sum] = "005457fa35a7e37024e403852a21a5c7362a0314a8de9b7fff73b1e7802d8959"
2023-07-28 20:02:38 +02:00
2023-07-28 20:34:03 +02:00
do_configure () {
./configure --host=x86_64-unknown-linux --target=aarch64-poky-linux
}
do_compile () {
make
}
2023-07-28 20:02:38 +02:00
2023-07-28 20:34:03 +02:00
do_install () {
2023-07-28 21:00:06 +02:00
DESTDIR=${D} make install
2023-07-28 20:34:03 +02:00
}
2023-07-28 21:00:06 +02:00
FILES:${PN} += "/usr/local/*"