diff options
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 +} |