From f1f7b09cc130484f88423bd90e3ffcf5919a2a77 Mon Sep 17 00:00:00 2001 From: Erik Hanson Date: Tue, 11 May 2010 22:53:21 +0200 Subject: desktop/furiusisomount: Added to 12.1 repository --- desktop/furiusisomount/README | 4 ++ desktop/furiusisomount/doinst.sh | 3 ++ desktop/furiusisomount/furiusisomount.SlackBuild | 65 ++++++++++++++++++++++++ desktop/furiusisomount/furiusisomount.desktop | 10 ++++ desktop/furiusisomount/furiusisomount.info | 8 +++ desktop/furiusisomount/slack-desc | 11 ++++ 6 files changed, 101 insertions(+) create mode 100644 desktop/furiusisomount/README create mode 100644 desktop/furiusisomount/doinst.sh create mode 100644 desktop/furiusisomount/furiusisomount.SlackBuild create mode 100644 desktop/furiusisomount/furiusisomount.desktop create mode 100644 desktop/furiusisomount/furiusisomount.info create mode 100644 desktop/furiusisomount/slack-desc (limited to 'desktop') diff --git a/desktop/furiusisomount/README b/desktop/furiusisomount/README new file mode 100644 index 0000000000..243b59bd4b --- /dev/null +++ b/desktop/furiusisomount/README @@ -0,0 +1,4 @@ +Furius ISO Mount is a simple Gtk+ Interface to Mount ISO, IMG, +BIN, MDF and NRG Image files without burning to disk. + +Requires Mono and GTK-Sharp, available at SlackBuilds.org diff --git a/desktop/furiusisomount/doinst.sh b/desktop/furiusisomount/doinst.sh new file mode 100644 index 0000000000..edeace9453 --- /dev/null +++ b/desktop/furiusisomount/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/update-desktop-database ]; then + ./usr/bin/update-desktop-database &> /dev/null +fi diff --git a/desktop/furiusisomount/furiusisomount.SlackBuild b/desktop/furiusisomount/furiusisomount.SlackBuild new file mode 100644 index 0000000000..c20e8bad5f --- /dev/null +++ b/desktop/furiusisomount/furiusisomount.SlackBuild @@ -0,0 +1,65 @@ +#!/bin/sh + +# Slackware build script for Furius ISO Mount +# Written by Erik Hanson erik@slackbuilds.org + +set -eu + +PRGNAM=furiusisomount +VERSION=0.8.4.0 +ARCH=${ARCH:-i486} +BUILD=${BUILD:-1} +TAG=${TAG:-_SBo} +CWD=$(pwd) +TMP=${TMP:-/tmp/SBo} +PKG=$TMP/package-$PRGNAM +OUTPUT=${OUTPUT:-/tmp} + +L10N="de-DE cs-CZ es-ES pl-PL" + +if [ "$ARCH" = "i486" ]; then + SLKCFLAGS="-O2 -march=i486 -mtune=i686" +elif [ "$ARCH" = "i686" ]; then + SLKCFLAGS="-O2 -march=i686 -mtune=i686" +fi + +rm -rf $PKG +mkdir -p $TMP $PKG +cd $TMP +rm -rf $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +cd $PRGNAM-$VERSION +chown -R root:root . +chmod -R u+w,go+r-w,a-s . + +CFLAGS="$SLKCFLAGS" \ +./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var/lib \ + --mandir=/usr/man \ + --disable-static + +make + +# Manual install +mkdir -p $PKG/usr/{bin,lib/furiusisomount,share/applications} +install -m 0755 FuriusIsoMount/bin/Debug/FuriusIsoMount.exe $PKG/usr/lib/furiusisomount/ +install -m 0755 FuriusIsoMount/bin/Debug/furiusisomount $PKG/usr/bin/ +install -m 0644 $CWD/furiusisomount.desktop $PKG/usr/share/applications/ + +for lang in $L10N ; do + mkdir -p $PKG/usr/lib/furiusisomount/$lang + install -m 0644 FuriusIsoMount/$lang/FuriusIsoMount.resources.dll $PKG/usr/lib/furiusisomount/$lang/ +done + +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cp -a FuriusIsoMount/gpl.txt $PKG/usr/doc/$PRGNAM-$VERSION +cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild + +mkdir -p $PKG/install +cat $CWD/slack-desc > $PKG/install/slack-desc +cat $CWD/doinst.sh > $PKG/install/doinst.sh + +cd $PKG +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz diff --git a/desktop/furiusisomount/furiusisomount.desktop b/desktop/furiusisomount/furiusisomount.desktop new file mode 100644 index 0000000000..7c6e920682 --- /dev/null +++ b/desktop/furiusisomount/furiusisomount.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Version=1.0 +Name=Furius ISO Mount +Type=Application +Exec=furiusisomount +Terminal=false +GenericName[en_GB]= +Icon=gtk-cdrom +Categories=System; +GenericName=Furius ISO Mount diff --git a/desktop/furiusisomount/furiusisomount.info b/desktop/furiusisomount/furiusisomount.info new file mode 100644 index 0000000000..75b26334f8 --- /dev/null +++ b/desktop/furiusisomount/furiusisomount.info @@ -0,0 +1,8 @@ +PRGNAM="furiusisomount" +VERSION="0.8.4.0" +HOMEPAGE="https://launchpad.net/furiusisomount/" +DOWNLOAD="http://launchpadlibrarian.net/15657630/furiusisomount-0.8.4.0.tar.gz" +MD5SUM="bb92a9ad09334dbd0e9cfbaff9b977aa" +MAINTAINER="Erik Hanson" +EMAIL="erik@slackbuilds.org" +APPROVED="Michiel" diff --git a/desktop/furiusisomount/slack-desc b/desktop/furiusisomount/slack-desc new file mode 100644 index 0000000000..da0745c920 --- /dev/null +++ b/desktop/furiusisomount/slack-desc @@ -0,0 +1,11 @@ +furiusisomount: Furius ISO Mount (Simple Gtk+ Interface to Mount ISO Images) +furiusisomount: +furiusisomount: Furius ISO Mount is a simple Gtk+ Interface to Mount ISO, IMG, +furiusisomount: BIN, MDF and NRG Image files without burning to disk. +furiusisomount: +furiusisomount: +furiusisomount: +furiusisomount: +furiusisomount: +furiusisomount: https://launchpad.net/furiusisomount/ +furiusisomount: -- cgit v1.2.3