summaryrefslogtreecommitdiffstats
path: root/extra/unetbootin/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/unetbootin/Pkgfile')
-rw-r--r--extra/unetbootin/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/unetbootin/Pkgfile b/extra/unetbootin/Pkgfile
new file mode 100644
index 000000000..804c4c0ae
--- /dev/null
+++ b/extra/unetbootin/Pkgfile
@@ -0,0 +1,21 @@
+# 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-full,libqt4-core,libqt4-gui,libqt4-network
+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 DESTDIR=$PKG
+ mv unetbootin-pro.bak unetbootin.pro
+ cp -R "/tmp/work/src/" $PKG
+
+} \ No newline at end of file