summaryrefslogtreecommitdiffstats
path: root/extra/unetbootin/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/unetbootin/Pkgfile')
-rw-r--r--extra/unetbootin/Pkgfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/extra/unetbootin/Pkgfile b/extra/unetbootin/Pkgfile
new file mode 100644
index 000000000..a4d58b4e5
--- /dev/null
+++ b/extra/unetbootin/Pkgfile
@@ -0,0 +1,23 @@
+# Description: créé des liveUSB depuis une LiveISO
+# URL: http://unetbootin.sourceforge.net/
+# Maintainer: NuTyX core team
+# Packager: Shai_- < romain dot gailleton at gmail dot com >
+# Depends on: syslinux,p7zip,qt
+
+name=unetbootin
+version=442
+release=1
+source=(http://unetbootin.sourceforge.net/$name-source-clean-latest.tar.gz)
+build() {
+
+ cp unetbootin.pro unetbootin-pro.bak
+ sed -i '/^RESOURCES/d' unetbootin.pro
+ lupdate unetbootin.pro
+ lrelease unetbootin.pro
+ qmake "DEFINES += NOSTATIC" "RESOURCES -= unetbootin.qrc"
+ make
+ mv unetbootin-pro.bak unetbootin.pro
+ mkdir -p $PKG/usr/bin
+ cp unetbootin $PKG/usr/bin/
+
+}