diff options
Diffstat (limited to 'meta-oe/recipes-support/zile/zile_2.4.14.bb')
| -rw-r--r-- | meta-oe/recipes-support/zile/zile_2.4.14.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/zile/zile_2.4.14.bb b/meta-oe/recipes-support/zile/zile_2.4.14.bb new file mode 100644 index 0000000000..515cf41365 --- /dev/null +++ b/meta-oe/recipes-support/zile/zile_2.4.14.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | SUMMARY = "Zile is lossy Emacs" | ||
| 2 | HOMEPAGE = "http://zile.sourceforge.net/" | ||
| 3 | DEPENDS = "ncurses bdwgc" | ||
| 4 | |||
| 5 | LICENSE = "GPLv3" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" | ||
| 7 | |||
| 8 | SRC_URI = "http://ftp.gnu.org/gnu/zile/${BP}.tar.gz \ | ||
| 9 | file://remove-help2man.patch \ | ||
| 10 | " | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "c7d7eec93231c6878f255978d9747a73" | ||
| 13 | SRC_URI[sha256sum] = "7a78742795ca32480f2bab697fd5e328618d9997d6f417cf1b14e9da9af26b74" | ||
| 14 | |||
| 15 | inherit autotools pkgconfig | ||
| 16 | |||
| 17 | do_install_append() { | ||
| 18 | rm -rf ${D}${libdir}/charset.alias | ||
| 19 | rmdir --ignore-fail-on-non-empty ${D}${libdir} || true | ||
| 20 | } | ||
| 21 | |||
| 22 | PACKAGECONFIG ??= "" | ||
| 23 | PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'acl', d)}" | ||
| 24 | |||
| 25 | PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl," | ||
