diff options
Diffstat (limited to 'meta-oe/recipes-support/zile/zile_2.4.11.bb')
-rw-r--r-- | meta-oe/recipes-support/zile/zile_2.4.11.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/zile/zile_2.4.11.bb b/meta-oe/recipes-support/zile/zile_2.4.11.bb new file mode 100644 index 000000000..b3f191861 --- /dev/null +++ b/meta-oe/recipes-support/zile/zile_2.4.11.bb | |||
@@ -0,0 +1,20 @@ | |||
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=d32239bcb673463ab874e80d47fae504" | ||
7 | |||
8 | SRC_URI = "http://ftp.gnu.org/gnu/zile/${BP}.tar.gz \ | ||
9 | file://remove-help2man.patch \ | ||
10 | " | ||
11 | |||
12 | SRC_URI[md5sum] = "7a460ccec64e3bec2835697b2eae533c" | ||
13 | SRC_URI[sha256sum] = "1fd27bbddc61491b1fbb29a345d0d344734aa9e80cfa07b02892eedf831fa9cc" | ||
14 | |||
15 | inherit autotools pkgconfig | ||
16 | |||
17 | PACKAGECONFIG ??= "" | ||
18 | PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'acl', 'acl', '', d)}" | ||
19 | |||
20 | PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl," | ||