wok rev 19155

Add: Unetbootin 625
author Leonardo Laporte <hackdorte@sapo.pt>
date Wed May 25 07:20:23 2016 -0300 (2016-05-25)
parents 03b2309fd335
children 70e3f8be8c1a
files unetbootin/description.txt unetbootin/receipt unetbootin/stuff/unetbootin
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/unetbootin/description.txt	Wed May 25 07:20:23 2016 -0300
     1.3 @@ -0,0 +1,10 @@
     1.4 +UNetbootin (Binary) For Linux
     1.5 +
     1.6 +UNetbootin allows you to create bootable Live USB drives for Ubuntu, Fedora, 
     1.7 +and other Linux distributions without burning a CD.
     1.8 +
     1.9 +UNetbootin is licensed under the GNU General Public License (GPL) Version 2 
    1.10 +or above. Site materials, documentation, screenshots, and logos are licensed 
    1.11 +as Creative Commons Attribution-Share-Alike 3.0.
    1.12 +
    1.13 +https://launchpad.net/unetbootin
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/unetbootin/receipt	Wed May 25 07:20:23 2016 -0300
     2.3 @@ -0,0 +1,50 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="unetbootin"
     2.7 +VERSION="625"
     2.8 +SYSTEM="linux"
     2.9 +CATEGORY="system-tools"
    2.10 +SHORT_DESC="Allows you to create bootable Live USB drives. Binary version."
    2.11 +MAINTAINER="hackdorte@sapo.pt"
    2.12 +LICENSE="GPLv3"
    2.13 +WEB_SITE="https://launchpad.net/unetbootin"
    2.14 +
    2.15 +TARBALL="${PACKAGE}-$SYSTEM-${VERSION}.bin"
    2.16 +WGET_URL="${WEB_SITE}/trunk/${VERSION}/+download/${TARBALL}"
    2.17 +
    2.18 +SUGGESTED="bash gparted xz"
    2.19 +DEPENDS="dosfstools libQtCore libQtGui mtools p7zip-full"
    2.20 +BUILD_DEPENDS="wget"
    2.21 +
    2.22 +# Rules to configure and make the package.
    2.23 +compile_rules()
    2.24 +{
    2.25 +  mkdir -p $install/usr/lib/$PACKAGE
    2.26 +  cp -a $src/* $install/usr/lib/$PACKAGE
    2.27 +  chmod +x $install/usr/lib/$PACKAGE/$PACKAGE-$SYSTEM-$VERSION.bin
    2.28 +
    2.29 +  mkdir -p $install/usr/bin
    2.30 +  cp -a $stuff/* $install/usr/bin
    2.31 +  chmod +x $install/usr/bin/unetbootin
    2.32 +
    2.33 +  mkdir -p $install/usr/share/applications
    2.34 +
    2.35 +cat > $install/usr/share/applications/$PACKAGE.desktop <<EOT
    2.36 +[Desktop Entry]
    2.37 +Type=Application
    2.38 +Name=Unetbootin
    2.39 +Comment=UNetbootin allows you to create bootable Live USB drives.
    2.40 +Categories=GTK;System;Filesystem;
    2.41 +StartupNotify=false
    2.42 +Terminal=false
    2.43 +Icon=drive-harddisk-usb
    2.44 +Exec=unetbootin
    2.45 +
    2.46 +EOT
    2.47 +}
    2.48 +
    2.49 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.50 +genpkg_rules()
    2.51 +{
    2.52 +  cp -a $install/* $fs
    2.53 +}
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/unetbootin/stuff/unetbootin	Wed May 25 07:20:23 2016 -0300
     3.3 @@ -0,0 +1,3 @@
     3.4 +#!/bin/sh
     3.5 +
     3.6 +tazbox su /usr/lib/unetbootin/unetbootin-linux-625.bin
     3.7 \ No newline at end of file