wok-next view unetbootin/receipt @ rev 21722

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