diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-06-02 17:44:09 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-06-02 17:44:09 +0200 |
commit | 0da7efa6c6df89496f9cf93e67885f810f7627c1 (patch) | |
tree | 4e702b484dd95a690862d224e6244f621e093e82 /extra/unetbootin/Pkgfile | |
parent | 5ae484557cd6e428c2e6d711f4855a58a83d1728 (diff) | |
download | nutyx-extra-0da7efa6c6df89496f9cf93e67885f810f7627c1.tar.gz nutyx-extra-0da7efa6c6df89496f9cf93e67885f810f7627c1.tar.bz2 nutyx-extra-0da7efa6c6df89496f9cf93e67885f810f7627c1.tar.xz nutyx-extra-0da7efa6c6df89496f9cf93e67885f810f7627c1.zip |
unetbootin, ptits ajustements
Diffstat (limited to 'extra/unetbootin/Pkgfile')
-rw-r--r-- | extra/unetbootin/Pkgfile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/extra/unetbootin/Pkgfile b/extra/unetbootin/Pkgfile index 804c4c0ae..a4d58b4e5 100644 --- a/extra/unetbootin/Pkgfile +++ b/extra/unetbootin/Pkgfile @@ -2,7 +2,8 @@ # 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 +# Depends on: syslinux,p7zip,qt + name=unetbootin version=442 release=1 @@ -14,8 +15,9 @@ build() { lupdate unetbootin.pro lrelease unetbootin.pro qmake "DEFINES += NOSTATIC" "RESOURCES -= unetbootin.qrc" - make DESTDIR=$PKG + make mv unetbootin-pro.bak unetbootin.pro - cp -R "/tmp/work/src/" $PKG + mkdir -p $PKG/usr/bin + cp unetbootin $PKG/usr/bin/ -}
\ No newline at end of file +} |