wok-next view unetbootin/receipt @ rev 21467
updated tahoe-lafs (1.10.1 -> 1.13.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue May 12 17:47:20 2020 +0100 (2020-05-12) |
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 }