From ff748f1a41dce87655b67cf4deff05974b906828 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Fri, 25 Apr 2008 22:49:18 +0000 Subject: Updated Symbian UIDs. Added .pkg files for creating .sis packages. --- packages/Symbian/group/libcurl.pkg | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 packages/Symbian/group/libcurl.pkg (limited to 'packages/Symbian/group/libcurl.pkg') diff --git a/packages/Symbian/group/libcurl.pkg b/packages/Symbian/group/libcurl.pkg new file mode 100644 index 000000000..ab01ba1f1 --- /dev/null +++ b/packages/Symbian/group/libcurl.pkg @@ -0,0 +1,22 @@ +; libcurl package defintion file +; 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 +; e.g. The third Symbian package of curl ver. 7.18.2 would have a SIS package +; version of 7, 18, 203 +#{"libcurl"}, (0xF0206D00), 7, 18, , TYPE=SA + +; Vendor name +%{"Standard curl package"} +:"Standard curl package" + +; A dependency on P.I.P.S. is probably a good idea to add here +;(0x20009A80), *, *, *, {"P.I.P.S. for Series 60 3rd ed."} +;(0x20009A81), *, *, *, {"P.I.P.S. for UIQ 3"} + +;Files - standard file specifications +"epoc32\release\armv5\urel\libcurl.dll" - "$:\sys\bin\libcurl.dll" -- cgit v1.2.1 From 0b7e0eed49ea9c661b1a97449f59da313e7f08da Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 11 Nov 2009 22:15:33 +0000 Subject: Made the path to the binaries absolute --- packages/Symbian/group/libcurl.pkg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'packages/Symbian/group/libcurl.pkg') diff --git a/packages/Symbian/group/libcurl.pkg b/packages/Symbian/group/libcurl.pkg index ab01ba1f1..6f167441c 100644 --- a/packages/Symbian/group/libcurl.pkg +++ b/packages/Symbian/group/libcurl.pkg @@ -6,9 +6,9 @@ ;Header - standard sis file header including version number ;Version scheme: curl's major, curl's minor, curl's subminor*100 + build number -; e.g. The third Symbian package of curl ver. 7.18.2 would have a SIS package -; version of 7, 18, 203 -#{"libcurl"}, (0xF0206D00), 7, 18, , TYPE=SA +; e.g. The third Symbian package of curl ver. 7.19.7 would have a SIS package +; version of 7, 19, 703 +#{"libcurl"}, (0xF0206D00), 7, 19, , TYPE=SA ; Vendor name %{"Standard curl package"} @@ -19,4 +19,4 @@ ;(0x20009A81), *, *, *, {"P.I.P.S. for UIQ 3"} ;Files - standard file specifications -"epoc32\release\armv5\urel\libcurl.dll" - "$:\sys\bin\libcurl.dll" +"\epoc32\release\armv5\urel\libcurl.dll" - "$:\sys\bin\libcurl.dll" -- cgit v1.2.1 From 5bb8bbed1ead73254226931239015631679232c9 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 10 Mar 2010 06:55:23 +0000 Subject: A few Symbian build changes --- packages/Symbian/group/libcurl.pkg | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'packages/Symbian/group/libcurl.pkg') diff --git a/packages/Symbian/group/libcurl.pkg b/packages/Symbian/group/libcurl.pkg index 6f167441c..1460a593c 100644 --- a/packages/Symbian/group/libcurl.pkg +++ b/packages/Symbian/group/libcurl.pkg @@ -6,16 +6,16 @@ ;Header - standard sis file header including version number ;Version scheme: curl's major, curl's minor, curl's subminor*100 + build number -; e.g. The third Symbian package of curl ver. 7.19.7 would have a SIS package -; version of 7, 19, 703 -#{"libcurl"}, (0xF0206D00), 7, 19, , TYPE=SA +; e.g. The third Symbian package of curl ver. 7.20.1 would have a SIS package +; version of 7, 20, 103 +#{"libcurl"}, (0xF0206D00), 7, 20, , TYPE=SA ; Vendor name -%{"Standard curl package"} -:"Standard curl package" +%{"curl project"} +:"curl project" ; A dependency on P.I.P.S. is probably a good idea to add here -;(0x20009A80), *, *, *, {"P.I.P.S. for Series 60 3rd ed."} +;(0x20009A80), *, *, *, {"Open C Standard Libraries"} ;(0x20009A81), *, *, *, {"P.I.P.S. for UIQ 3"} ;Files - standard file specifications -- cgit v1.2.1