[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (29b5a7cf49baf83880bf6be6b59fd3b2f1313a33)

Vlad Glagolev scm at sourcemage.org
Fri Jan 20 14:45:05 EST 2012


GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:

 ChangeLog            |    4 ++++
 utils/winusb/DEPENDS |    7 +++++++
 utils/winusb/DETAILS |   22 ++++++++++++++++++++++
 utils/winusb/HISTORY |    2 ++
 4 files changed, 35 insertions(+)

New commits:
commit 29b5a7cf49baf83880bf6be6b59fd3b2f1313a33
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    winusb: new spell, program to create Windows USB stick installer from CD/DVD

diff --git a/ChangeLog b/ChangeLog
index 1a9abcb..ee1f851 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-01-20 Vlad Glagolev <stealth at sourcemage.org>
+	* utils/winusb: new spell, program to create Windows USB stick installer
+	  from CD/DVD
+
 2012-01-19 Ladislav Hagara <hgr at vabo.cz>
 	* editors/focuswriter: new, simple, distraction-free writing environment
 
diff --git a/utils/winusb/DEPENDS b/utils/winusb/DEPENDS
new file mode 100755
index 0000000..e0b4c83
--- /dev/null
+++ b/utils/winusb/DEPENDS
@@ -0,0 +1,7 @@
+depends -sub CXX gcc &&
+depends wxgtk &&
+
+runtime_depends grub2 &&
+runtime_depends parted &&
+runtime_depends ntfs-3g &&
+runtime_depends util-linux
diff --git a/utils/winusb/DETAILS b/utils/winusb/DETAILS
new file mode 100755
index 0000000..eb09788
--- /dev/null
+++ b/utils/winusb/DETAILS
@@ -0,0 +1,22 @@
+           SPELL=winusb
+         VERSION=1.0.3
+          SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+   SOURCE_URL[0]=http://fr.congelli.eu/directdl/$SPELL/$SOURCE
+     SOURCE_HASH=sha512:bd9d7f278c4ebf83395686b6a2324408bf72fdb7f12e987378526290b0015147e7e6333010974bf4088d47bf3bbcc62612320742216ec41f2cc69dec9d0ecf8b
+        WEB_SITE=http://en.congelli.eu/prog_info_winusb.html
+         ENTERED=20120120
+      LICENSE[0]=GPL
+        KEYWORDS="windows boot"
+           SHORT="program to create Windows USB stick installer from CD/DVD"
+cat << EOF
+WinUSB is a simple tool that enable you to create your own usb stick windows
+installer from an iso image or a real DVD.
+
+This package contains two programs:
+- WinUSB-gui: a graphical interface which is very easy to use.
+- winusb: the command line tool.
+
+Supported images: Windows Vista, Seven+ installer for any language and any
+version (home, pro...) and Windows PE.
+EOF
diff --git a/utils/winusb/HISTORY b/utils/winusb/HISTORY
new file mode 100644
index 0000000..c64d873
--- /dev/null
+++ b/utils/winusb/HISTORY
@@ -0,0 +1,2 @@
+2012-01-20 Vlad Glagolev <stealth at sourcemage.org>
+	* DETAILS, DEPENDS: spell created


More information about the SM-Commit mailing list