mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
slang: Update to version 2.3.2
- Update from 2.3.0 to 2.3.2 - Update rootfile - Changelog is too large to include here. Details can be found in the changes.txt file in the source tarball. Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
8799c54e98
commit
0b95de5cbf
@@ -4,7 +4,7 @@
|
||||
#usr/include/slcurses.h
|
||||
#usr/lib/libslang.so
|
||||
usr/lib/libslang.so.2
|
||||
usr/lib/libslang.so.2.3.0
|
||||
usr/lib/libslang.so.2.3.2
|
||||
#usr/lib/pkgconfig/slang.pc
|
||||
#usr/lib/slang
|
||||
#usr/lib/slang/v2
|
||||
@@ -158,6 +158,10 @@ usr/lib/slang/v2/modules/zlib-module.so
|
||||
#usr/share/slsh/slsmg.sl
|
||||
#usr/share/slsh/socket.sl
|
||||
#usr/share/slsh/stats.sl
|
||||
#usr/share/slsh/statslib
|
||||
#usr/share/slsh/statslib/ad_test.sl
|
||||
#usr/share/slsh/statslib/ks_test.sl
|
||||
#usr/share/slsh/statslib/kuiper.sl
|
||||
#usr/share/slsh/stkcheck.sl
|
||||
#usr/share/slsh/structfuns.sl
|
||||
#usr/share/slsh/sysconf.sl
|
||||
|
||||
@@ -24,10 +24,10 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 2.3.0
|
||||
VER = 2.3.2
|
||||
|
||||
THISAPP = slang-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
DL_FILE = $(THISAPP).tar.bz2
|
||||
DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 80f4e64189b6f28fd420b829b44a6723
|
||||
$(DL_FILE)_MD5 = c2d5a7aa0246627da490be4e399c87cb
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user