Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (8649425c8bb1d0ff6bb889e806eb08047753e164)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (8649425c8bb1d0ff6bb889e806eb08047753e164)
  • Date: Tue, 7 Apr 2009 15:32:39 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 4 ++++
utils/unetbootin/BUILD | 2 ++
utils/unetbootin/DEPENDS | 4 ++++
utils/unetbootin/DETAILS | 17 +++++++++++++++++
utils/unetbootin/HISTORY | 3 +++
utils/unetbootin/INSTALL | 2 ++
utils/unetbootin/PRE_BUILD | 10 ++++++++++
7 files changed, 42 insertions(+)

New commits:
commit c895077dc758882fd8e1730299978e5b2c55c05b
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

utils/unetbootin: new spell, a GUI for making USB sticks boot various
linux distributions

diff --git a/ChangeLog b/ChangeLog
index 757d689..6b4d3aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-04-07 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * utils/unetbootin: new spell, a tool for making USB sticks boot
+ various Linux and BSD distributions
+
2009-04-05 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* python-pypi/sqlalchemy4: added older version needed for
grecipe-manager
* python-pypi/grecipe-manager: new spell, Gourmet Recipe Manager
diff --git a/utils/unetbootin/BUILD b/utils/unetbootin/BUILD
new file mode 100755
index 0000000..cc7151b
--- /dev/null
+++ b/utils/unetbootin/BUILD
@@ -0,0 +1,2 @@
+${TRACK_ROOT}/usr/bin/qt4/qmake &&
+make
diff --git a/utils/unetbootin/DEPENDS b/utils/unetbootin/DEPENDS
new file mode 100755
index 0000000..9ba9585
--- /dev/null
+++ b/utils/unetbootin/DEPENDS
@@ -0,0 +1,4 @@
+depends qt4 &&
+depends mtools &&
+depends syslinux &&
+depends p7zip
diff --git a/utils/unetbootin/DETAILS b/utils/unetbootin/DETAILS
new file mode 100755
index 0000000..e3cc5f1
--- /dev/null
+++ b/utils/unetbootin/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=unetbootin
+ VERSION=319
+ SOURCE="${SPELL}-source-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://dfn.dl.sourceforge.net/sourceforge/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:24c3fd0795d14718e9bf2d6e1e02b2852a4265853eb2c34f80bf6a4cdbcd40e135cef77009395fc02b4de894f7ba7698ec5e2387060ae9e66af2844d7d02032b
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://unetbootin.sourceforge.net/";
+ LICENSE[0]=GPL
+ ENTERED=20090407
+ SHORT="UNetbootin allows you to create bootable Live USB drives
for a variety of Linux distributions"
+cat << EOF
+UNetbootin can create a bootable Live USB drive, or it can make a "frugal
+install" on your local hard disk if you don't have a USB drive. It can load
+distributions by automatically downloading their ISO (CD image) files, or by
+using existing ISO files, floppy/hard disk images, or kernel/initrd files,
+for installing other distributions.
+EOF
diff --git a/utils/unetbootin/HISTORY b/utils/unetbootin/HISTORY
new file mode 100644
index 0000000..65af158
--- /dev/null
+++ b/utils/unetbootin/HISTORY
@@ -0,0 +1,3 @@
+2009-04-07 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD, DEPENDS, DETAILS, INSTALL, PRE_BUILD: spell created
+
diff --git a/utils/unetbootin/INSTALL b/utils/unetbootin/INSTALL
new file mode 100755
index 0000000..34ab88e
--- /dev/null
+++ b/utils/unetbootin/INSTALL
@@ -0,0 +1,2 @@
+install -m755 -o root -g root ${SOURCE_DIRECTORY}/${SPELL} \
+ ${INSTALL_ROOT}/usr/bin
diff --git a/utils/unetbootin/PRE_BUILD b/utils/unetbootin/PRE_BUILD
new file mode 100755
index 0000000..8ce9b7e
--- /dev/null
+++ b/utils/unetbootin/PRE_BUILD
@@ -0,0 +1,10 @@
+mkdir ${SOURCE_DIRECTORY} &&
+cd ${SOURCE_DIRECTORY} &&
+unpack_file &&
+echo "QMAKE_CXX=${CXX}" >> ${SOURCE_DIRETORY}/${SPELL}.pro &&
+echo "QMAKE_CXXFLAGS=${CXXFLAGS}" >> ${SOURCE_DIRETORY}/${SPELL}.pro &&
+echo "CONFIG += silent" >> ${SOURCE_DIRETORY}/${SPELL}.pro &&
+echo "DEFINES += NOSTATIC" >> ${SOURCE_DIRETORY}/${SPELL}.pro &&
+echo "RESOURCES -= unetbootin.qrc" >> ${SOURCE_DIRETORY}/${SPELL}.pro &&
+${TRACK_ROOT}/usr/bin/qt4/lupdate ${SPELL}.pro &&
+${TRACK_ROOT}/usr/bin/qt4/lrelease ${SPELL}.pro



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (8649425c8bb1d0ff6bb889e806eb08047753e164), Florian Franzmann, 04/07/2009

Archive powered by MHonArc 2.6.24.

Top of Page