diff options
author | Shai_- <romain.gailleton at gmail dot com> | 2010-06-02 23:54:56 +0200 |
---|---|---|
committer | Shai_- <romain.gailleton at gmail dot com> | 2010-06-02 23:54:56 +0200 |
commit | 032f3032a77720374ae332d6dd32cb6e42674df2 (patch) | |
tree | 7aeb183e67ac946b23a54173086d08b9eccc9e26 /extra/unetbootin/Pkgfile | |
parent | c8bc1f4170ffcf95b0560cd3993685ab65b8d021 (diff) | |
download | nutyx-extra-032f3032a77720374ae332d6dd32cb6e42674df2.tar.gz nutyx-extra-032f3032a77720374ae332d6dd32cb6e42674df2.tar.bz2 nutyx-extra-032f3032a77720374ae332d6dd32cb6e42674df2.tar.xz nutyx-extra-032f3032a77720374ae332d6dd32cb6e42674df2.zip |
Ajout de unetbootin#442
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 |