Page 1 of 1

cum să creezi arhive iPK

Posted: 25 Feb 2021 07:08
by Rokky
... ce folosesc eu este creația unui coleg ...
În principiu mi-a explicat căci e foarte simplu de creat ...
Atât mi-a aratat ...

Code: Select all

1) Upload the file Ipkg_Builder_tar.tgz in your /tmp and install via addons manual install panel
2) Create a work directory in you box like for example /media/hdd/myipk
3) Prepare your plugin with full directory tree (ie usr/lib/enigma2/python/Plugins/Extensions/meoboot)
4) Prepare a folder named CONTROL (uppercase) and put inside the file control (lowercase). If you need you can add the files preinst and postinst too.
5) Upload plugin full path folder and CONTROL folder in your work directory: /media/hdd/myipk
6) digit command from telnet

Code: Select all

ipkg-build /media/hdd/myipk

Code: Select all

ALL DONE. You will find your package in your /home/root folder

Re: cum să creezi arhive iPK

Posted: 25 Feb 2021 15:17
by ASiX88796
»
Informații utile.
Ar trebui testat și confirmat că merge.

Re: cum să creezi arhive iPK

Posted: 12 Mar 2021 21:51
by x751lk
Image

Am incercat dar nu am reusit.
I-mi cere control file (Error: Control file ... not found.)

Re: cum să creezi arhive iPK

Posted: 12 Mar 2021 22:32
by ASiX88796
»
Da, informațile sunt incomplete. E un Copy/Paste făcut de userul Rokky fără să-l testeze.
...folder named CONTROL (uppercase) and put inside the file control (lowercase)...

Este nevoie ca în directorul CONTROL să fie un fișier denumit control cu următoarea structură:

Code: Select all

Package:
Version:
Section:
Priority:
Architecture:
Maintainer:
Description:
Source:
Homepage:
OE:
License:


Ca alternativă mai simplă, pentru a creea iPK-uri, poți folosi iPK Creator - iPK Feed Generator.