Skip to content

lonid/epack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icon epack

epack is a tiny file extractor

Main window

Info window

Requirements

  • Python 2.7 or higher
  • python-efl >= 1.13
  • python-magic
  • Libarchive

Installation

  • For system-wide installation (needs administrator privileges):

(sudo) python setup.py install

  • Install in a custom location:

python setup.py install --prefix=/MY_PREFIX

Uninstall

  • For system.wide deinstallation (need administrator privileges):

(sudo) python setup.py uninstall

Translations

To update all the po files with new code changes:

python setup.py build_i18n -u -m

To add a new language just add it's code (ex: "it" or "en") to the LINGUAS file present in the data/po folder of the sources and run:

python setup.py build_i18n -m

this will generate the new empty po file under data/po/your_code.po, you can then edit this file to fill your translation. Don't forget to fill the header informations, at least charset (usually UTF-8) and Plural-Forms.

About

epack is a tiny file extractor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.5%
  • Shell 2.5%