diff options
author | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2024-04-24 16:13:24 +0200 |
---|---|---|
committer | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2024-04-24 16:13:24 +0200 |
commit | 8285738856906847c72bc0335f69f79f7f703d48 (patch) | |
tree | 9e2c40ebed4d3e1c18310c8f1852c1bddf22804e | |
parent | f2ba94dfd17d3bb0a3c070cb0fa7b6a22973a324 (diff) | |
download | midipix_build-8285738856906847c72bc0335f69f79f7f703d48.tar.bz2 midipix_build-8285738856906847c72bc0335f69f79f7f703d48.tar.xz |
groups.d/231.native_packages_etc.d/ncurses{,tw,w}.package: split separate packages.
-rw-r--r-- | groups.d/231.native_packages_etc.d/ncurses.package | 9 | ||||
-rw-r--r-- | groups.d/231.native_packages_etc.d/ncursestw.package | 8 | ||||
-rw-r--r-- | groups.d/231.native_packages_etc.d/ncursesw.package | 9 |
3 files changed, 17 insertions, 9 deletions
diff --git a/groups.d/231.native_packages_etc.d/ncurses.package b/groups.d/231.native_packages_etc.d/ncurses.package index 0c9e54db..650f1550 100644 --- a/groups.d/231.native_packages_etc.d/ncurses.package +++ b/groups.d/231.native_packages_etc.d/ncurses.package @@ -5,15 +5,6 @@ : ${PKG_NCURSES_CONFIGURE_ARGS:="-C --disable-nls --host=${DEFAULT_TARGET} --prefix= --program-prefix= --target=${DEFAULT_TARGET} --with-curses"}; : ${PKG_NCURSES_CONFIGURE_ARGS_EXTRA:="--enable-pc-files --with-pkg-config-libdir=${PREFIX_NATIVE}/lib/pkgconfig --without-manpages --without-progs --with-shared --with-termlib --without-ada --without-tests --disable-widec --without-pthread"}; : ${PKG_NCURSES_MAKEFLAGS_INSTALL:="PREFIX= prefix="}; -: ${PKG_NCURSESTW_SHA256SUM:=97fc51ac2b085d4cde31ef4d2c3122c21abc217e9090a43a30fc5ec21684e059}; -: ${PKG_NCURSESTW_VERSION:=6.3}; -: ${PKG_NCURSESTW_URL:=https://ftp.gnu.org/gnu/ncurses/ncurses-${PKG_NCURSESTW_VERSION}.tar.gz}; -: ${PKG_NCURSESTW_CONFIGURE_ARGS_EXTRA:="--enable-pc-files --with-pkg-config-libdir=${PREFIX_NATIVE}/lib/pkgconfig --without-manpages --without-progs --with-shared --with-termlib --without-ada --without-tests --disable-widec --with-pthread"}; -: ${PKG_NCURSESW_SHA256SUM:=97fc51ac2b085d4cde31ef4d2c3122c21abc217e9090a43a30fc5ec21684e059}; -: ${PKG_NCURSESW_VERSION:=6.3}; -: ${PKG_NCURSESW_URL:=https://ftp.gnu.org/gnu/ncurses/ncurses-${PKG_NCURSESW_VERSION}.tar.gz}; -: ${PKG_NCURSESW_CONFIGURE_ARGS_EXTRA:="--enable-pc-files --with-pkg-config-libdir=${PREFIX_NATIVE}/lib/pkgconfig --with-manpages --with-progs --with-shared --with-termlib --without-ada --without-tests --enable-widec --without-pthread"}; -: ${PKG_NCURSESW_INSTALL_FILES_V2:="@ncursesw/ncurses.h=include/ncurses.h"}; ex_pkg_register "ncurses" "${RTL_FILEOP_SOURCE_FNAME}" "native_packages"; diff --git a/groups.d/231.native_packages_etc.d/ncursestw.package b/groups.d/231.native_packages_etc.d/ncursestw.package new file mode 100644 index 00000000..9e8e4001 --- /dev/null +++ b/groups.d/231.native_packages_etc.d/ncursestw.package @@ -0,0 +1,8 @@ +: ${PKG_NCURSESTW_SHA256SUM:=97fc51ac2b085d4cde31ef4d2c3122c21abc217e9090a43a30fc5ec21684e059}; +: ${PKG_NCURSESTW_VERSION:=6.3}; +: ${PKG_NCURSESTW_URL:=https://ftp.gnu.org/gnu/ncurses/ncurses-${PKG_NCURSESTW_VERSION}.tar.gz}; +: ${PKG_NCURSESTW_CONFIGURE_ARGS_EXTRA:="--enable-pc-files --with-pkg-config-libdir=${PREFIX_NATIVE}/lib/pkgconfig --without-manpages --without-progs --with-shared --with-termlib --without-ada --without-tests --disable-widec --with-pthread"}; + +ex_pkg_register "ncursestw" "${RTL_FILEOP_SOURCE_FNAME}" "native_packages"; + +# vim:filetype=sh textwidth=0 diff --git a/groups.d/231.native_packages_etc.d/ncursesw.package b/groups.d/231.native_packages_etc.d/ncursesw.package new file mode 100644 index 00000000..d531e156 --- /dev/null +++ b/groups.d/231.native_packages_etc.d/ncursesw.package @@ -0,0 +1,9 @@ +: ${PKG_NCURSESW_SHA256SUM:=97fc51ac2b085d4cde31ef4d2c3122c21abc217e9090a43a30fc5ec21684e059}; +: ${PKG_NCURSESW_VERSION:=6.3}; +: ${PKG_NCURSESW_URL:=https://ftp.gnu.org/gnu/ncurses/ncurses-${PKG_NCURSESW_VERSION}.tar.gz}; +: ${PKG_NCURSESW_CONFIGURE_ARGS_EXTRA:="--enable-pc-files --with-pkg-config-libdir=${PREFIX_NATIVE}/lib/pkgconfig --with-manpages --with-progs --with-shared --with-termlib --without-ada --without-tests --enable-widec --without-pthread"}; +: ${PKG_NCURSESW_INSTALL_FILES_V2:="@ncursesw/ncurses.h=include/ncurses.h"}; + +ex_pkg_register "ncursesw" "${RTL_FILEOP_SOURCE_FNAME}" "native_packages"; + +# vim:filetype=sh textwidth=0 |