diff --git a/util/admin/woeusb/actions.py b/util/admin/woeusb/actions.py new file mode 100644 index 0000000000..76e001fb52 --- /dev/null +++ b/util/admin/woeusb/actions.py @@ -0,0 +1,23 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + + +from pisi.actionsapi import get +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools + +def setup(): + autotools.autoreconf("-fi") + autotools.configure("--disable-static \ + --prefix=/usr") + +def configure(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "ChangeLog", "README.md") \ No newline at end of file diff --git a/util/admin/woeusb/pspec.xml b/util/admin/woeusb/pspec.xml new file mode 100644 index 0000000000..88db879bcb --- /dev/null +++ b/util/admin/woeusb/pspec.xml @@ -0,0 +1,62 @@ + + + + + woeusb + https://github.com/slacka/WoeUSB + + Kamil Atlı + suvari@pisilinux.org + + GPLv3 + app:gui + Create a Windows USB stick installer + A Linux program to create a Windows USB stick installer from a real Windows DVD or iso image. The important part is that you should format usb stick in NTFS. + https://github.com/slacka/WoeUSB/archive/v3.3.1.tar.gz + + m4 + wxGTK-devel + + + + + woeusb + + wxGTK + libgcc + parted + ntfs-3g + dosfstools + + + + /usr/bin + /usr/share + /usr/share/doc/woeusb + + + + + + 2020-04-07 + 3.3.1 + ver. bump + Erkan IŞIK + erkanisik@pisilinux.org + + + 2019-06-04 + 3.3.0 + ver. bump + Kamil Atlı + suvari@pisilinux.org + + + 2018-10-22 + 3.2.10 + First release + Kamil Atlı + suvari@pisilinux.org + + + diff --git a/util/admin/woeusb/translations.xml b/util/admin/woeusb/translations.xml new file mode 100644 index 0000000000..39f4ca5828 --- /dev/null +++ b/util/admin/woeusb/translations.xml @@ -0,0 +1,7 @@ + + + woeusb + woeusb ile bir Ms Windows USB bellek yükleyicisi oluşturun + Ms Windows DVD veya iso imaj görüntüsünden, Windows USB bellek yükleyicisi oluşturmak için bir Linux programı. İso yazdırılmadan önce, usb bellek, NTFS olarak biçimlendirilmelidir. + +