mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
[dos] elinks.lsm
meson version
This commit is contained in:
parent
9ac7f48f19
commit
b3402e7224
@ -17,7 +17,7 @@ add_global_arguments('-DBUILD_ID="' + txt + dirty + '"', language : 'c')
|
||||
conf_data = configuration_data()
|
||||
conf_data.set('VERSION', meson.project_version())
|
||||
conf_data.set('PACKAGE', meson.project_name())
|
||||
|
||||
conf_data.set('DATE', run_command('date', '%Y-%m-%d', check:false).stdout().strip())
|
||||
|
||||
conf_data.set('CONFIG_LARGEFILE', get_option('largefile'))
|
||||
conf_data.set('CONFIG_BOOKMARKS', get_option('bookmarks'))
|
||||
|
14
src/osdep/dos/elinks.lsm.in
Normal file
14
src/osdep/dos/elinks.lsm.in
Normal file
@ -0,0 +1,14 @@
|
||||
Begin3
|
||||
Title: @PACKAGE@
|
||||
Version: @VERSION@
|
||||
Entered-date: @DATE@
|
||||
Description: lynx-like alternative character mode WWW browser
|
||||
Keywords: browser, internet, www
|
||||
Author:
|
||||
Maintained-by: Witold Filipczyk <witekfl at poczta.onet.pl>
|
||||
Primary-site: https://github.com/rkd77/elinks
|
||||
Alternate-site:
|
||||
Original-site:
|
||||
Platforms: DOS, FreeDOS
|
||||
Copying-policy: GPLv2
|
||||
End
|
@ -1 +1,5 @@
|
||||
configure_file(input : 'elinks.lsm.in',
|
||||
output : 'elinks.lsm',
|
||||
configuration : conf_data)
|
||||
|
||||
srcs += files('dos.cpp')
|
||||
|
Loading…
x
Reference in New Issue
Block a user