diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-06-02 17:15:44 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-06-02 17:15:44 +0200 |
commit | 5ae484557cd6e428c2e6d711f4855a58a83d1728 (patch) | |
tree | 6e5f87e3ac112aa5a8a49b4bf47487d32ff13957 /extra/unetbootin/Pkgfile | |
parent | 0ef1e4cc1272cdbf46d83562c175757e3b0e173d (diff) | |
parent | 032f3032a77720374ae332d6dd32cb6e42674df2 (diff) | |
download | nutyx-pakxe-5ae484557cd6e428c2e6d711f4855a58a83d1728.tar.gz nutyx-pakxe-5ae484557cd6e428c2e6d711f4855a58a83d1728.tar.bz2 nutyx-pakxe-5ae484557cd6e428c2e6d711f4855a58a83d1728.tar.xz nutyx-pakxe-5ae484557cd6e428c2e6d711f4855a58a83d1728.zip |
Merge commit 'shaihuld/master'
Diffstat (limited to 'extra/unetbootin/Pkgfile')
-rw-r--r-- | extra/unetbootin/Pkgfile | 21 |
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 |