2014-04-09 16:12:47 -04:00
|
|
|
; curl package definition file
|
2008-04-25 18:49:18 -04:00
|
|
|
; Use with makesis to create a Symbian .sis package
|
|
|
|
|
|
|
|
;Language - standard language definitions
|
|
|
|
&EN
|
|
|
|
|
|
|
|
;Header - standard sis file header including version number
|
|
|
|
;Version scheme: curl's major, curl's minor, curl's subminor*100 + build number
|
2010-03-10 01:55:23 -05:00
|
|
|
; e.g. The third Symbian package of curl ver. 7.20.1 would have a SIS package
|
|
|
|
; version of 7, 20, 103
|
|
|
|
#{"curl"}, (0xF0206442), 7, 20, <please_update_version>, TYPE=SA
|
2008-04-25 18:49:18 -04:00
|
|
|
|
|
|
|
; Vendor name
|
2010-03-10 01:55:23 -05:00
|
|
|
%{"curl project"}
|
|
|
|
:"curl project"
|
2008-04-25 18:49:18 -04:00
|
|
|
|
|
|
|
; Embedded component
|
|
|
|
@"libcurl.sis",(0xF0206D00)
|
|
|
|
|
|
|
|
; A dependency on P.I.P.S. and the stdio server are probably good to have here
|
2010-03-10 01:55:23 -05:00
|
|
|
;(0x20009A80), *, *, *, {"Open C Standard Libraries"}
|
2008-04-25 18:49:18 -04:00
|
|
|
;(0x20009A81), *, *, *, {"P.I.P.S. for UIQ 3"}
|
|
|
|
;(0x20009AA2), *, *, *, {"Symbian OS STDIOSERVER"}
|
|
|
|
|
|
|
|
;Files - standard file specifications
|
2009-11-11 17:15:33 -05:00
|
|
|
"\epoc32\release\armv5\urel\curl.exe" - "$:\sys\bin\curl.exe"
|