# HG changeset patch # User Hans-G?nter Theisgen # Date 1572363355 -3600 # Node ID ad58a2dfd4b8e6a0b724e645b0e5b1b41851dcc5 # Parent bff282a275390fc9273a1615a244540e96a4435f updated unetbootin (625 -> 675) diff -r bff282a27539 -r ad58a2dfd4b8 unetbootin/receipt --- a/unetbootin/receipt Tue Oct 29 15:54:23 2019 +0100 +++ b/unetbootin/receipt Tue Oct 29 16:35:55 2019 +0100 @@ -1,18 +1,19 @@ # SliTaz package receipt. PACKAGE="unetbootin" -VERSION="625" +VERSION="675" CATEGORY="system-tools" -SHORT_DESC="Allows you to create bootable Live USB drives." +SHORT_DESC="Create bootable Live USB drives for a variety of Linux distributions." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" +WEB_SITE="https://unetbootin.github.io/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://unetbootin.github.io/" WGET_URL="https://github.com/unetbootin/unetbootin/archive/$VERSION.tar.gz" -DEPENDS="syslinux mtools p7zip-full libQtCore libQtGui libQtNetwork" +SUGGESTED="bash gparted xz" +DEPENDS="libQtCore libQtGui libQtNetwork mtools p7zip-full syslinux" BUILD_DEPENDS="qmake Qt4-dev upx" -SUGGESTED="bash gparted xz" # Rules to configure and make the package. compile_rules() @@ -33,14 +34,17 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/bin $fs/usr/share/unetbootin $fs/usr/share/applications - cp $src/src/unetbootin/unetbootin $fs/usr/bin - cp $src/src/unetbootin/unetbootin_*.qm $fs/usr/share/unetbootin + mkdir -p $fs/usr/bin + mkdir -p $fs/usr/share/unetbootin + mkdir -p $fs/usr/share/applications + + cp $src/src/unetbootin/unetbootin $fs/usr/bin + cp $src/src/unetbootin/unetbootin_*.qm $fs/usr/share/unetbootin cat > $fs/usr/share/applications/$PACKAGE.desktop <