wok-next annotate unetbootin/receipt @ rev 21605

dropbear: add ed25519 key
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 25 08:01:52 2020 +0000 (2020-06-25)
parents d43bf7aae921
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
hackdorte@19155 2
hackdorte@19155 3 PACKAGE="unetbootin"
hackdorte@19155 4 VERSION="625"
hackdorte@19155 5 CATEGORY="system-tools"
al@21020 6 SHORT_DESC="Allows you to create bootable Live USB drives. Binary version"
al@21020 7 MAINTAINER="devel@slitaz.org"
hackdorte@19155 8 LICENSE="GPLv3"
hackdorte@19155 9 WEB_SITE="https://launchpad.net/unetbootin"
hackdorte@19155 10
al@21020 11 TARBALL="$PACKAGE-linux-$VERSION.bin"
al@21020 12 WGET_URL="$WEB_SITE/trunk/$VERSION/+download/$TARBALL"
hackdorte@19155 13
al@21020 14 compile_rules() {
al@21020 15 install -Dm755 $TARBALL $install/usr/libexec/$TARBALL
hackdorte@19155 16
al@21020 17 mkdir -p $install/usr/bin
al@21020 18 sed "s|@VERSION@|$VERSION|" $stuff/unetbootin.in > $install/usr/bin/unetbootin
al@21020 19 chmod 755 $install/usr/bin/unetbootin
hackdorte@19155 20 }
hackdorte@19155 21
al@21020 22 genpkg_rules() {
al@21020 23 copy @std
al@21020 24 DEPENDS="dosfstools libQtCore libQtGui mtools p7zip-full"
al@21020 25 SUGGESTED="bash gparted xz"
hackdorte@19155 26 }