added my Recipes
This commit is contained in:
31
meta-openembedded/meta-oe/recipes-graphics/surf/surf_2.1.bb
Normal file
31
meta-openembedded/meta-oe/recipes-graphics/surf/surf_2.1.bb
Normal file
@@ -0,0 +1,31 @@
|
||||
SUMMARY = "Simple web browser"
|
||||
DESCRIPTION = "Simple open source web browser based on WebKit2/GTK"
|
||||
HOMEPAGE = "https://surf.suckless.org/"
|
||||
SECTION = "x11/graphics"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=2a6f86d002ae9ae1eb1ccc466289f146"
|
||||
|
||||
DEPENDS = "webkitgtk gtk+3 glib-2.0 gcr3"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11 opengl"
|
||||
|
||||
SRCREV = "665a709b522a6fa18c671f1fc41297603292d0e8"
|
||||
SRC_URI = "git://git.suckless.org/surf;branch=surf-webkit2 \
|
||||
"
|
||||
SRC_URI += "${@bb.utils.contains('PACKAGECONFIG', 'soup3', 'file://0001-config.mk-Fix-compiler-and-linker.patch file://0001-config.ml-make-compatible-with-webkitgtk-2.34.0.patch', '', d)}"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit pkgconfig features_check
|
||||
|
||||
PACKAGECONFIG_SOUP ?= "soup3"
|
||||
PACKAGECONFIG ??= "${PACKAGECONFIG_SOUP}"
|
||||
|
||||
PACKAGECONFIG[soup2] = ",,,"
|
||||
PACKAGECONFIG[soup3] = ",,,"
|
||||
|
||||
TARGET_CC_ARCH += "${LDFLAGS}"
|
||||
|
||||
do_install () {
|
||||
install -D -m 0755 ${S}/surf ${D}${bindir}/surf
|
||||
}
|
||||
Reference in New Issue
Block a user