added my Recipes

This commit is contained in:
2024-07-11 14:16:35 +02:00
parent 38bc4f53ac
commit 09b621d929
7118 changed files with 525762 additions and 3 deletions

View File

@@ -0,0 +1,28 @@
Upstream-Status: Inappropriate [configuration]
diff --git a/Makefile.am b/Makefile.am
index 54bc59f..46c2650 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,7 +36,6 @@ PERL_BUILDTIME = \
EXTRA_DIST = \
FAQ \
- build-aux/zile-help2man-wrapper \
$(PERL_BUILDTIME)
doc_DATA = AUTHORS FAQ NEWS
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 639f59c..8c5123e 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -33,9 +33,3 @@ doc/zile.1: $(srcdir)/doc/zile.1.in doc/Makefile.am config.status
$(edit) $(abs_srcdir)/doc/zile.1.in >$@.tmp
mv $@.tmp $@
-$(srcdir)/doc/zile.1.in: doc/man-extras build-aux/zile-help2man-wrapper configure.ac $(builddir)/src/zile$(EXEEXT)
- @test -d doc || mkdir doc
-## Exit gracefully if zile.1.in is not writeable, such as during distcheck!
- $(AM_V_GEN)if ( touch $@.w && rm -f $@.w; ) >/dev/null 2>&1; then \
- $(srcdir)/build-aux/missing --run $(HELP2MAN) --output=$@ --no-info --name="Zile Is Lossy Emacs" --include $(srcdir)/doc/man-extras $(srcdir)/build-aux/zile-help2man-wrapper; \
- fi

View File

@@ -0,0 +1,25 @@
SUMMARY = "Zile is lossy Emacs"
HOMEPAGE = "http://zile.sourceforge.net/"
DEPENDS = "ncurses bdwgc"
LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464"
SRC_URI = "${GNU_MIRROR}/zile/${BP}.tar.gz \
file://remove-help2man.patch \
"
SRC_URI[md5sum] = "05efa90dfee1821ca018b0b2ef8f50a8"
SRC_URI[sha256sum] = "39c300a34f78c37ba67793cf74685935a15568e14237a3a66fda8fcf40e3035e"
inherit autotools pkgconfig
do_install:append() {
rm -rf ${D}${libdir}/charset.alias
rmdir --ignore-fail-on-non-empty ${D}${libdir} || true
}
PACKAGECONFIG ??= ""
PACKAGECONFIG:append = " ${@bb.utils.filter('DISTRO_FEATURES', 'acl', d)}"
PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl,"