Deb Control File Cydia Sources
Contents • • • • Package files When the program is ready and testing is done, create the following directory structure: - ProgramName - Applications - ProgramName.app - Info.plist - ProgramName - icon.png - Default.png . And all other files - DEBIAN - control - System . And other files The control-file should contain the following information: Package: com.saurik.programname Name: ProgramName Version: 1.0 Priority: optional Size: 128222 Installed-Size: 125 Architecture: iphoneos-arm Description: An example of using APT, short desc. Every day people use Cydia, but with the instructions embodied in this package, people can publish for it as well. Homepage: Depiction: Maintainer: Your Name Author: Jay Freeman Sponsor: Microsoft Section: Utilities Icon: file:///Applications/ProgramName/icon.png Omit the Depiction field if you want to show the Description field instead of the URL provided.
Make package On Linux or Mac OS X, get the suitable dpkg-deb binary: • • And run the following command to build the package, not that there's no ending slash. Dpkg-deb -b ProgramName Ignore any user-defined field errors. Contains user-defined field The final package is created in the working directory, view the directory with ls -lha. Need For Speed Underground Vinyls Bin Download.
Create repository A repository is necessary to make the package show up in Cydia. Download the modified where the user-defined fields Name, Author, Homepage, and Icon is added to the filedpri-array (perl script). Lil Wayne Tha Carter Ii Download Zip.
Create the Packages-file using the following command: dpkg-scanpackages -m. /dev/null >Packages Look at the file content to verify that the package and field information is correct: cat Packages Compress it using bzip: bzip2 Packages Optionally create a metadata file in the same directory as Packages called Release describing the repository: Origin: Saurik's Example for Cydia Label: Cydia Example Short Suite: stable Version: 0.9 Codename: tangelo Architectures: iphoneos-arm Components: main Description: An Example Repository from HowTo Instructions Icon: This information will be shown in the Sources-section in Cydia. References •.
