woeusb add and version bumb
This commit is contained in:
@@ -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")
|
||||
@@ -0,0 +1,62 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>woeusb</Name>
|
||||
<Homepage>https://github.com/slacka/WoeUSB</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Create a Windows USB stick installer</Summary>
|
||||
<Description>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.</Description>
|
||||
<Archive sha1sum="661fa743140fe88bbe412a52e024ebe73199455b" type="targz">https://github.com/slacka/WoeUSB/archive/v3.3.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>m4</Dependency>
|
||||
<Dependency>wxGTK-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>woeusb</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>wxGTK</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>parted</Dependency>
|
||||
<Dependency>ntfs-3g</Dependency>
|
||||
<Dependency>dosfstools</Dependency>
|
||||
</RuntimeDependencies>
|
||||
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc/woeusb</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2020-04-07</Date>
|
||||
<Version>3.3.1</Version>
|
||||
<Comment>ver. bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2019-06-04</Date>
|
||||
<Version>3.3.0</Version>
|
||||
<Comment>ver. bump</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2018-10-22</Date>
|
||||
<Version>3.2.10</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,7 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>woeusb</Name>
|
||||
<Summary xml:lang="tr">woeusb ile bir Ms Windows USB bellek yükleyicisi oluşturun</Summary>
|
||||
<Description xml:lang="tr">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.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user