iPhone Srbija Servis, Beograd Kosovska 28
Results 1 to 10 of 10

Thread: Create .deb app

  1. #1
    "iSrbija Hall Of Fame" Member Sharky's Avatar
    Join Date
    Sep 2009
    Location
    Beograd
    Age
    42
    Posts
    2,032
    Thanks
    326
    Thanked 588 Times in 347 Posts

    Default Create .deb app

    Da li je neko ovo probao mozda?
    So first, you need to create a directory on your iDevice. Name it whatever you want the deb to be for.

    Once created you put the file paths and the files in it that you want to be in the deb. So if you want to put in a mobilesubstrate plugin, you would create a folder inside your directory called Library. Then inside that folder one called MobileSubstrate, and then inside that one called DynamicLibraries. You do this for whatever file you want inside it.

    NEXT,

    Now you create a folder called "DEBIAN" (yes all caps)
    You create a file called "control"
    Now open that up with a text editor and put ine the following stuff (c/p):

    Package: acme
    Version: 1.0
    Section: web
    Priority: optional
    Architecture: all
    Essential: no
    Depends: libwww-perl, acme-base (>= 1.2)
    Pre-Depends: perl
    Recommends: mozilla | netscape
    Suggests: docbook
    Installed-Size: 1024
    Maintainer: Joe Brockmeier [[email protected]]
    Conflicts: wile-e-coyote
    Replaces: sam-sheepdog
    Provides: acme
    Description: The description can contain free-form text
    describing the function of the program, what
    kind of features it has, and so on.
    .
    More descriptive text.

    Now fill out the forms with your information, change the name etc. If theres something that's irrelevant or won't be filled out you can either leave it or delete that whole line.
    Last edited by 1024; 06-01-2010 at 13:14. Reason: Citljivosti radi mislim da je bolje da ga stavimo u quote

  2. #2
    "iSrbija Hall Of Fame" Member zixY's Avatar
    Join Date
    Mar 2009
    Location
    Leskovac
    Age
    30
    Posts
    532
    Thanks
    33
    Thanked 43 Times in 36 Posts

    Default Re: Create .deb app

    Ok je ovo, ali nedostaje jos uputstva ( mislim ).

  3. #3
    "iSrbija Hall Of Fame" Member Sharky's Avatar
    Join Date
    Sep 2009
    Location
    Beograd
    Age
    42
    Posts
    2,032
    Thanks
    326
    Thanked 588 Times in 347 Posts

    Default Re: Create .deb app

    Koliko ja vidim to je to. evo i gde sam nasao pa baci pogled
    Code:
    http://xsellize.com/showthread.php/54124-Create-Make-debs-files

  4. #4
    "iSrbija Hall Of Fame" Member zixY's Avatar
    Join Date
    Mar 2009
    Location
    Leskovac
    Age
    30
    Posts
    532
    Thanks
    33
    Thanked 43 Times in 36 Posts

    Default Re: Create .deb app

    Pa dobro, u principu ovo sto si kopirao je one osnovne informacije o paketu ( aplikaciji ). E sada, na trebala bi biti neka skripta da se sve to spoji zajedno sa tim folderom u .deb fajl. Na Linux-u mogu to odraditi bez problema.

  5. #5
    Administrator 1024's Avatar
    Join Date
    Jul 2009
    Location
    the Internet
    Age
    35
    Posts
    4,833
    Thanks
    113
    Thanked 1,137 Times in 648 Posts

    Default Re: Create .deb app

    Probao sam ja, tako sam pakovao one svoje aplikacije

    Sto se "skripte za pakovanje" tice, na iPhone to odradjuje dpkg-deb.

    Bolje uputstvo za pravljenje deb fajlova je Saurikovo:
    Code:
    http://www.saurik.com/id/7
    sekcija "Step 1: Making a Package"
    iMisao dana*:
    Na sta se sveo ovaj svet kad mene mrzi da gledam Apple event?
    * ili nedelje, ili... necega

  6. #6
    "iSrbija Hall Of Fame" Member zixY's Avatar
    Join Date
    Mar 2009
    Location
    Leskovac
    Age
    30
    Posts
    532
    Thanks
    33
    Thanked 43 Times in 36 Posts

    Default Re: Create .deb app

    Pa da pretpostavio sam da iPhone nesto ima vec, dok kod Linux-a se moraju dodati "skripte za pakovanje" koje se mogu naci kod saurika

  7. #7
    Administrator 1024's Avatar
    Join Date
    Jul 2009
    Location
    the Internet
    Age
    35
    Posts
    4,833
    Thanks
    113
    Thanked 1,137 Times in 648 Posts

    Default Re: Create .deb app

    Zavisi kod kojeg Linuxa, na Debianu dpkg-deb dolazi preinstalled.
    iMisao dana*:
    Na sta se sveo ovaj svet kad mene mrzi da gledam Apple event?
    * ili nedelje, ili... necega

  8. #8
    "iSrbija Hall Of Fame" Member zixY's Avatar
    Join Date
    Mar 2009
    Location
    Leskovac
    Age
    30
    Posts
    532
    Thanks
    33
    Thanked 43 Times in 36 Posts

    Default Re: Create .deb app

    Ubuntu

  9. #9
    iPredsednik Odeljenske Zajednice iJova's Avatar
    Join Date
    Mar 2009
    Location
    Beograd
    Age
    28
    Posts
    278
    Thanks
    39
    Thanked 59 Times in 39 Posts

    Default Re: Create .deb app

    A jel zna neko neki bas dobar tutorijal da se napravi Repo na Mac-u

    Ali da se zaobidje program FINK ako je ikako moguce?
    Apple Certified Mac Technician, iPhone 6S Plus 64GB Space Gray

  10. #10
    Administrator 1024's Avatar
    Join Date
    Jul 2009
    Location
    the Internet
    Age
    35
    Posts
    4,833
    Thanks
    113
    Thanked 1,137 Times in 648 Posts

    Default Re: Create .deb app

    Tutorijala ima koliko hoces, ali moras da hostujes repo negde.
    ...i cemu sluzi FINK uopste?

    Link za tebe: http://lmgtfy.com/?q=create+cydia+repository
    iMisao dana*:
    Na sta se sveo ovaj svet kad mene mrzi da gledam Apple event?
    * ili nedelje, ili... necega

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •