include ../Makefile.config include Makefile.config PACKAGE = drakxtools PKGVERSION = $(VERSION) POFILES = $(shell ls share/po/*.po) MOFILES = $(POFILES:%.po=%.mo) OTHERS = $(OTHERDIRS) $(OTHERFILES) OTHERDIRS = tools/serial_probe OTHERFILES = tools/rpcinfo-flushed.c .PHONY: all $(DIRS) install clean all: TAGS $(DIRS) xs: $(DIRS) TAGS: $(ALLPMS) -etags $^ /usr/lib/perl5/*/*/MDK/Common/*.pm clean: for i in $(DIRS) share/po install/help/po install/share/po; do $(MAKE) -C $$i clean; done;: rm -rf auto drakxtools*.tar* *.bak find . -name "*~" -o -name ".#*" -o -name "TAGS" -o -name "*.old" | xargs rm -f check_pms_encoding: @for i in $(ALLPMS); do charset=ascii; grep -q 'use utf8' $$i && charset=utf8; iconv -f $$charset -t $$charset $$i >/dev/null || { echo "bad $$charset character in $$i"; exit 1; }; done check: check_pms_encoding perl -I. -Mlang -e 'lang::check' check2: perl -I. -Mkeyboard -e 'keyboard::check' $(DIRS): install -d auto $(MAKE) -C $@ test_pms: perl_checker install/install2.pm install/steps_gtk.pm install/steps_stdio.pm partition_table/*.pm standalone/{harddrake2,diskdrake,draksec} test_pms_all: perl_checker -v --generate-package-dependencies-graph .deps $(ALLPMS) %.mo: %.po msgfmt -o $@ $< install_pms stage2 full_stage2: make -C install $@ mo_files : $(MOFILES) # rules to build tarball localcopy: clean rm -rf $(PACKAGE)-$(PKGVERSION)* mkdir -p $(PACKAGE)-$(PKGVERSION)/tools svn export -q -rBASE . $(PACKAGE)-$(PKGVERSION)/perl-install for i in $(OTHERS); do svn export -q ../$$i $(PACKAGE)-$(PKGVERSION)/$$i; done rm -rf $(PACKAGE)-$(PKGVERSION)/perl-install/{install,unused,list_modules.pm} cp -f ../kernel/list_modules.pm $(PACKAGE)-$(PKGVERSION)/perl-install cd $(PACKAGE)-$(PKGVERSION)/perl-install ; mv -f Makefile.drakxtools Makefile @make nuke_perl localdist: tar tar: localcopy tar cfY $(PACKAGE)-$(PKGVERSION).tar.lzma $(PACKAGE)-$(PKGVERSION) rm -rf $(PACKAGE)-$(PKGVERSION) # rules to build a distributable rpm nuke_perl: find $(PACKAGE)-$(PKGVERSION)/perl-install -name '*.pm' | xargs ../tools/simplify-drakx-modules find $(PACKAGE)-$(PKGVERSION)/perl-install/standalone -type f | xargs ../tools/simplify-drakx-modules # [pixel] for my grep looking for any .pm files pixel_standalone_links: rm -rf .standalone_apps.swa mkdir .standalone_apps.swa for i in $(STANDALONEPMS_); do ln -sf ../standalone/$$i .standalone_apps.swa/$$i.pm; done >log msg
path: root/README.md
blob: 45745ff945daf4cdb19af01340e8937f099e0046 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
isodumper
=========

A tool for writing ISO images on a USB stick. It's a fork of usb-imagewriter. 
We added also a formatting feature and a backup of USB device content.


Requirements
-------------

- polkit
- python3
- python3-dbus
- python3-parted
- udisks2
- libyui and declanation of ncurses, gtk or Qt
- libyui-mga


License
--------

This software is distributed under the terms of the
[GNU General Public License version 2 (GPLv2+)](COPYING.GPL).

The [isodumper icon](isodumper.svg) is licensed under the terms of the
[GNU Lesser General Public License version 2.1 (LGPLv2.1+)](COPYING.LGPL).
It is part of the Crystal Clear icon set by Everaldo Coelho.

Authors
--------
- Papoteur, <papoteur@mageialinux-online.org>


Contributors
--------
- david.david, <david.david@mageialinux-online.org>


Translators
--------
- Papoteur, Guillaume Bernard, Eric Barbero, Rémi Verschelde - French
- Sergei Zivukov, AlexL, Анатолий Валерианович, Valentin XliN Saikov - Russian
- Yuri Chornoivan - Ukrainian
- marja - Dutch
- motitos, Miguel Ortega, Rodrigo Prieto, Egoitz Rodriguez Obieta - Spanish
- Marcello Anni - Italian
- Atilla ÖNTAŞ, tarakbumba, Fırat Kutlu - Turkish
- Filip Komar - Slovenian
- Kristoffer Grundström, Michael Eklund - Swedish
- You-Cheng Hsieh - Chinese Taiwan
- Marcio Andre Padula - Brazilian Portuguese
- Florin Cătălin RUSSEN - Romanian
- kiki.syahadat - Indonesian
- Daniel Napora, Tatsunoko - Polish
- Oliver Grawert, Rémi Verschelde, Marc Lattemann, user7, Christian Ruesch, psyca - German
- Marek Laane - Estonian
- dtsiamasiotis, Dimitrios Glentadakis - Greek
- fri, Jiří Vírava - Czech
- Rémi Verschelde - Danish
- Richard Shaylor, MrsB, Andi Chandler - English (United Kingdom)
- Manuela Silva - Portuguese
- Ḷḷumex03 - Asturian
- Egoitz Rodriguez Obieta - Basque
- Ardit Dani - Albanian
- xiao wenming - Simplified Chinese