File pkgs/AppImage/genappimage.sh changed (mode: 100755) (index 57481063e..01ad36a81) |
... |
... |
pushd "$NCURSES_DIR" |
44 |
44 |
./configure --without-shared --enable-widec --prefix=/usr \ |
./configure --without-shared --enable-widec --prefix=/usr \ |
45 |
45 |
--without-normal --without-debug --without-cxx --without-cxx-binding \ |
--without-normal --without-debug --without-cxx --without-cxx-binding \ |
46 |
46 |
--without-ada --without-manpages --without-tests |
--without-ada --without-manpages --without-tests |
47 |
|
make -j4 |
|
|
47 |
|
make -j"$(nproc)" |
48 |
48 |
make DESTDIR="$PWD/build" install |
make DESTDIR="$PWD/build" install |
49 |
49 |
popd |
popd |
50 |
50 |
|
|
|
... |
... |
popd |
52 |
52 |
./configure --sysconfdir=/etc --prefix=/usr \ |
./configure --sysconfdir=/etc --prefix=/usr \ |
53 |
53 |
--with-curses="$NCURSES_DIR/build/usr" \ |
--with-curses="$NCURSES_DIR/build/usr" \ |
54 |
54 |
--without-glib --without-X11 --without-libmagic |
--without-glib --without-X11 --without-libmagic |
55 |
|
make -j4 |
|
|
55 |
|
make -j"$(nproc)" |
56 |
56 |
make DESTDIR="$BUILD_DIR/AppDir" install |
make DESTDIR="$BUILD_DIR/AppDir" install |
57 |
57 |
|
|
58 |
58 |
# Setup root files |
# Setup root files |