ncurses recipe

master
Philippe Pittoli 2021-03-27 23:53:13 +01:00
parent ce05c25919
commit d8d5b15b7e
1 changed files with 16 additions and 0 deletions

16
recipes/ncurses/Makefile Normal file
View File

@ -0,0 +1,16 @@
name = ncurses
version = 6.2
release = 0
URL = ftp://ftp.invisible-island.net/ncurses/ncurses-$(version).tar.gz
CONFIGURE_OPTIONS_USER = --enable-widec --without-ada --with-shared --enable-pc-files --disable-termcap
MAKE_OPTIONS = DESTDIR=$(pkg_fake_root_dir)/
MAKE_INSTALL_OPTIONS_USER = DESTDIR=$(pkg_fake_root_dir)/
SYSCONF ?= ../../
include $(SYSCONF)/package.mk
post_fake_root_install:
rm $(pkg_fake_root_dir)/$(PREFIX)/bin/clear
rm $(pkg_fake_root_dir)/$(PREFIX)/bin/reset