# HG changeset patch # User Leonardo Laporte # Date 1464171623 10800 # Node ID 52fae562ac907f72386c9c1087dcce7dab8d6e87 # Parent 03b2309fd3351592ffed667a46f00b694a59b365 Add: Unetbootin 625 diff -r 03b2309fd335 -r 52fae562ac90 unetbootin/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unetbootin/description.txt Wed May 25 07:20:23 2016 -0300 @@ -0,0 +1,10 @@ +UNetbootin (Binary) For Linux + +UNetbootin allows you to create bootable Live USB drives for Ubuntu, Fedora, +and other Linux distributions without burning a CD. + +UNetbootin is licensed under the GNU General Public License (GPL) Version 2 +or above. Site materials, documentation, screenshots, and logos are licensed +as Creative Commons Attribution-Share-Alike 3.0. + +https://launchpad.net/unetbootin diff -r 03b2309fd335 -r 52fae562ac90 unetbootin/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/unetbootin/receipt Wed May 25 07:20:23 2016 -0300 @@ -0,0 +1,50 @@ +# SliTaz package receipt. + +PACKAGE="unetbootin" +VERSION="625" +SYSTEM="linux" +CATEGORY="system-tools" +SHORT_DESC="Allows you to create bootable Live USB drives. Binary version." +MAINTAINER="hackdorte@sapo.pt" +LICENSE="GPLv3" +WEB_SITE="https://launchpad.net/unetbootin" + +TARBALL="${PACKAGE}-$SYSTEM-${VERSION}.bin" +WGET_URL="${WEB_SITE}/trunk/${VERSION}/+download/${TARBALL}" + +SUGGESTED="bash gparted xz" +DEPENDS="dosfstools libQtCore libQtGui mtools p7zip-full" +BUILD_DEPENDS="wget" + +# Rules to configure and make the package. +compile_rules() +{ + mkdir -p $install/usr/lib/$PACKAGE + cp -a $src/* $install/usr/lib/$PACKAGE + chmod +x $install/usr/lib/$PACKAGE/$PACKAGE-$SYSTEM-$VERSION.bin + + mkdir -p $install/usr/bin + cp -a $stuff/* $install/usr/bin + chmod +x $install/usr/bin/unetbootin + + mkdir -p $install/usr/share/applications + +cat > $install/usr/share/applications/$PACKAGE.desktop <