diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-05-24 15:40:32 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-05-24 15:40:32 +0000 |
| commit | dea2a1fa20fc8e843cd85e5920a67b9054d00b2e (patch) | |
| tree | f331ff92dc5fd26f5803b483a24a0a21fd9bb97a /repos/extra/ncurses/abuild | |
| parent | ef5bfeb93345a5a681d88e99775622bf28defd8d (diff) | |
| download | alicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.tar.gz alicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.zip | |
Woodpecker CI ef5bfeb93345a5a681d88e99775622bf28defd8d [SKIP CI]
Diffstat (limited to 'repos/extra/ncurses/abuild')
| -rw-r--r-- | repos/extra/ncurses/abuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/repos/extra/ncurses/abuild b/repos/extra/ncurses/abuild deleted file mode 100644 index 561bcf9c..00000000 --- a/repos/extra/ncurses/abuild +++ /dev/null @@ -1,32 +0,0 @@ -name=ncurses -version=6.6 -release=1 -source="https://invisible-mirror.net/archives/$name/$name-$version.tar.gz" -build_opt="--without-debug - --with-shared - --without-normal - --with-cxx-shared - --enable-pc-files - --enable-widec - --with-pkg-config-libdir=/usr/lib/pkgconfig" - -postbuild() { - # Create libtinfo symlinks. - ln -sf libncursesw.so $PKG/usr/lib/libtinfo.so - ln -sf libncursesw.so.${version} $PKG/usr/lib/libtinfo.so.${version} - ln -sf libtinfo.so.${version} $PKG/usr/lib/libtinfo.so.6 - ln -sf ncursesw.pc $PKG/usr/lib/pkgconfig/tinfo.pc - for lib in ncurses form panel menu ; do - rm -vf $PKG/usr/lib/lib${lib}.so - echo "INPUT(-l${lib}w)" > $PKG/usr/lib/lib${lib}.so - ln -sfv ${lib}w.pc $PKG/usr/lib/pkgconfig/${lib}.pc - done - - rm -vf $PKG/usr/lib/libcursesw.so - echo "INPUT(-lncursesw)" > $PKG/usr/lib/libcursesw.so - ln -sfv libncurses.so $PKG/usr/lib/libcurses.so - - # shipped by busybox - rm $PKG/usr/bin/clear \ - $PKG/usr/bin/reset -} |