diff options
| -rw-r--r-- | meta-oe/recipes-extended/zsh/zsh.inc | 57 | ||||
| -rw-r--r-- | meta-oe/recipes-extended/zsh/zsh_5.0.5.bb | 58 |
2 files changed, 56 insertions, 59 deletions
diff --git a/meta-oe/recipes-extended/zsh/zsh.inc b/meta-oe/recipes-extended/zsh/zsh.inc deleted file mode 100644 index b8fce807aa..0000000000 --- a/meta-oe/recipes-extended/zsh/zsh.inc +++ /dev/null | |||
| @@ -1,57 +0,0 @@ | |||
| 1 | SUMMARY = "UNIX Shell similar to the Korn shell" | ||
| 2 | DESCRIPTION = "Zsh is a shell designed for interactive use, although it is also a \ | ||
| 3 | powerful scripting language. Many of the useful features of bash, \ | ||
| 4 | ksh, and tcsh were incorporated into zsh; many original features were added." | ||
| 5 | HOMEPAGE = "http://www.zsh.org" | ||
| 6 | SECTION = "base/shell" | ||
| 7 | |||
| 8 | LICENSE = "zsh" | ||
| 9 | LIC_FILES_CHKSUM = "file://LICENCE;md5=b7bc853894664be455a922db9805288e" | ||
| 10 | |||
| 11 | DEPENDS = "ncurses bison-native" | ||
| 12 | |||
| 13 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz" | ||
| 14 | |||
| 15 | inherit autotools gettext update-alternatives | ||
| 16 | |||
| 17 | EXTRA_OECONF = " \ | ||
| 18 | --bindir=${base_bindir} \ | ||
| 19 | --enable-etcdir=${sysconfdir} \ | ||
| 20 | --enable-fndir=${datadir}/${PN}/${PV}/functions \ | ||
| 21 | --enable-site-fndir=${datadir}/${PN}/site-functions \ | ||
| 22 | --with-term-lib='ncursesw ncurses' \ | ||
| 23 | --with-tcsetpgrp \ | ||
| 24 | --enable-cap \ | ||
| 25 | --enable-multibyte \ | ||
| 26 | --disable-gdbm \ | ||
| 27 | --disable-dynamic \ | ||
| 28 | zsh_cv_shared_environ=yes \ | ||
| 29 | " | ||
| 30 | |||
| 31 | ALTERNATIVE_${PN} = "sh" | ||
| 32 | ALTERNATIVE_LINK_NAME[sh] = "${base_bindir}/sh" | ||
| 33 | ALTERNATIVE_TARGET[sh] = "${base_bindir}/${BPN}" | ||
| 34 | ALTERNATIVE_PRIORITY = "100" | ||
| 35 | |||
| 36 | export AUTOHEADER = "true" | ||
| 37 | |||
| 38 | do_configure () { | ||
| 39 | gnu-configize --force ${S} | ||
| 40 | oe_runconf | ||
| 41 | } | ||
| 42 | |||
| 43 | do_install_append () { | ||
| 44 | rm -fr ${D}/usr/share | ||
| 45 | } | ||
| 46 | |||
| 47 | pkg_postinst_${PN} () { | ||
| 48 | touch $D${sysconfdir}/shells | ||
| 49 | grep -q "bin/zsh" $D${sysconfdir}/shells || echo /bin/zsh >> $D${sysconfdir}/shells | ||
| 50 | grep -q "bin/sh" $D${sysconfdir}/shells || echo /bin/sh >> $D${sysconfdir}/shells | ||
| 51 | } | ||
| 52 | |||
| 53 | FILES_${PN}-dbg += "\ | ||
| 54 | ${libdir}/${PN}/${PV}/${PN}/.debug/*.so \ | ||
| 55 | ${libdir}/${PN}/${PV}/${PN}/db/.debug/*.so \ | ||
| 56 | ${libdir}/${PN}/${PV}/${PN}/net/.debug/*.so \ | ||
| 57 | " | ||
diff --git a/meta-oe/recipes-extended/zsh/zsh_5.0.5.bb b/meta-oe/recipes-extended/zsh/zsh_5.0.5.bb index a7170dca87..658f3d9984 100644 --- a/meta-oe/recipes-extended/zsh/zsh_5.0.5.bb +++ b/meta-oe/recipes-extended/zsh/zsh_5.0.5.bb | |||
| @@ -1,5 +1,59 @@ | |||
| 1 | require zsh.inc | 1 | SUMMARY = "UNIX Shell similar to the Korn shell" |
| 2 | DEPENDS += "libcap libpcre gdbm groff-native" | 2 | DESCRIPTION = "Zsh is a shell designed for interactive use, although it is also a \ |
| 3 | powerful scripting language. Many of the useful features of bash, \ | ||
| 4 | ksh, and tcsh were incorporated into zsh; many original features were added." | ||
| 5 | HOMEPAGE = "http://www.zsh.org" | ||
| 6 | SECTION = "base/shell" | ||
| 3 | 7 | ||
| 8 | LICENSE = "zsh" | ||
| 9 | LIC_FILES_CHKSUM = "file://LICENCE;md5=b7bc853894664be455a922db9805288e" | ||
| 10 | |||
| 11 | DEPENDS = "ncurses bison-native libcap libpcre gdbm groff-native" | ||
| 12 | |||
| 13 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz" | ||
| 4 | SRC_URI[md5sum] = "6fb0e3e52a0f8de5ca63138391b81ce0" | 14 | SRC_URI[md5sum] = "6fb0e3e52a0f8de5ca63138391b81ce0" |
| 5 | SRC_URI[sha256sum] = "b35cf19e4a6ba39fd03c6372b8a8760a491cc2e2e4aba3d15023ff291c2894b4" | 15 | SRC_URI[sha256sum] = "b35cf19e4a6ba39fd03c6372b8a8760a491cc2e2e4aba3d15023ff291c2894b4" |
| 16 | |||
| 17 | inherit autotools gettext update-alternatives | ||
| 18 | |||
| 19 | EXTRA_OECONF = " \ | ||
| 20 | --bindir=${base_bindir} \ | ||
| 21 | --enable-etcdir=${sysconfdir} \ | ||
| 22 | --enable-fndir=${datadir}/${PN}/${PV}/functions \ | ||
| 23 | --enable-site-fndir=${datadir}/${PN}/site-functions \ | ||
| 24 | --with-term-lib='ncursesw ncurses' \ | ||
| 25 | --with-tcsetpgrp \ | ||
| 26 | --enable-cap \ | ||
| 27 | --enable-multibyte \ | ||
| 28 | --disable-gdbm \ | ||
| 29 | --disable-dynamic \ | ||
| 30 | zsh_cv_shared_environ=yes \ | ||
| 31 | " | ||
| 32 | |||
| 33 | ALTERNATIVE_${PN} = "sh" | ||
| 34 | ALTERNATIVE_LINK_NAME[sh] = "${base_bindir}/sh" | ||
| 35 | ALTERNATIVE_TARGET[sh] = "${base_bindir}/${BPN}" | ||
| 36 | ALTERNATIVE_PRIORITY = "100" | ||
| 37 | |||
| 38 | export AUTOHEADER = "true" | ||
| 39 | |||
| 40 | do_configure () { | ||
| 41 | gnu-configize --force ${S} | ||
| 42 | oe_runconf | ||
| 43 | } | ||
| 44 | |||
| 45 | do_install_append () { | ||
| 46 | rm -fr ${D}/usr/share | ||
| 47 | } | ||
| 48 | |||
| 49 | pkg_postinst_${PN} () { | ||
| 50 | touch $D${sysconfdir}/shells | ||
| 51 | grep -q "bin/zsh" $D${sysconfdir}/shells || echo /bin/zsh >> $D${sysconfdir}/shells | ||
| 52 | grep -q "bin/sh" $D${sysconfdir}/shells || echo /bin/sh >> $D${sysconfdir}/shells | ||
| 53 | } | ||
| 54 | |||
| 55 | FILES_${PN}-dbg += "\ | ||
| 56 | ${libdir}/${PN}/${PV}/${PN}/.debug/*.so \ | ||
| 57 | ${libdir}/${PN}/${PV}/${PN}/db/.debug/*.so \ | ||
| 58 | ${libdir}/${PN}/${PV}/${PN}/net/.debug/*.so \ | ||
| 59 | " | ||
