curl.pkg 870 B

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