mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2025-08-01 21:50:55 +02:00
Compare commits
7 Commits
fb7aa9ba76
...
4d3dc0ef49
Author | SHA1 | Date | |
---|---|---|---|
4d3dc0ef49 | |||
a3563d9588 | |||
057ce2194b | |||
4a404a98d4 | |||
13c10d0520 | |||
6d2dbc23c1 | |||
c2da0d7c6e |
BIN
recipes-support/l3afpad/files/l3afpad-0.8.18.1.11.tar.gz
Normal file
BIN
recipes-support/l3afpad/files/l3afpad-0.8.18.1.11.tar.gz
Normal file
Binary file not shown.
30
recipes-support/l3afpad/l3afpad_0.8.18.bb
Normal file
30
recipes-support/l3afpad/l3afpad_0.8.18.bb
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
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:"
|
||||||
|
|
||||||
|
S="${WORKDIR}"
|
||||||
|
|
||||||
|
DEPENDS = "gtk+3 pango cairo harfbuzz gdk-pixbuf intltool-native"
|
||||||
|
|
||||||
|
inherit pkgconfig
|
||||||
|
|
||||||
|
|
||||||
|
SRC_URI = "file://l3afpad-0.8.18.1.11.tar.gz"
|
||||||
|
SRC_URI[sha256sum] = "005457fa35a7e37024e403852a21a5c7362a0314a8de9b7fff73b1e7802d8959"
|
||||||
|
|
||||||
|
do_configure () {
|
||||||
|
./configure --host=x86_64-unknown-linux --target=aarch64-poky-linux
|
||||||
|
}
|
||||||
|
|
||||||
|
do_compile () {
|
||||||
|
make
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install () {
|
||||||
|
DESTDIR=${D} make install
|
||||||
|
}
|
||||||
|
|
||||||
|
FILES:${PN} += "/usr/local/*"
|
@ -1,15 +0,0 @@
|
|||||||
DESCRIPTION = "leafpad for GTK3"
|
|
||||||
|
|
||||||
LICENSE = "GPL-3.0-only"
|
|
||||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-3.0-only;md5=c79ff39f19dfec6d293b95dea7b07891"
|
|
||||||
|
|
||||||
|
|
||||||
DEPENDS = "gtk+3"
|
|
||||||
|
|
||||||
SRCREV = "${AUTOREV}"
|
|
||||||
|
|
||||||
SRC_URI = "git://github.com/stevenhoneyman/l3afpad.git;protocol=https;branch=master"9
|
|
||||||
|
|
||||||
S="${WORKDIR}/git"
|
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
|
Reference in New Issue
Block a user