# HG changeset patch # User Eric Joseph-Alexandre # Date 1205968958 -3600 # Node ID 6ae6d5090b5518f06212ac30e953167d654ca761 # Parent 067898ce34ec59525f409a5de80a41304852fb6c ADD: Xarchive, fuseiso, curlftpfs diff -r 067898ce34ec -r 6ae6d5090b55 curlftpfs/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/curlftpfs/receipt Thu Mar 20 00:22:38 2008 +0100 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="curlftpfs" +VERSION="0.9.1" +CATEGORY="system-tools" +SHORT_DESC="Using FUSE to access FTP servers." +MAINTAINER="Erjo " +DEPENDS="fuse curl" +BUILD_DEPENDS="fuse fuse-dev curl curl-dev" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://curlftpfs.sourceforge.net/" +WGET_URL="http://downloads.sourceforge.net/curlftpfs/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $_pkg/usr/bin $fs/usr + strip -s $fs/usr/bin/* +} + diff -r 067898ce34ec -r 6ae6d5090b55 fuseiso/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fuseiso/receipt Thu Mar 20 00:22:38 2008 +0100 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="fuseiso" +VERSION="20070708" +CATEGORY="system-tools" +SHORT_DESC="Using FUSE to mount ISO filesystem" +MAINTAINER="Erjo " +DEPENDS="fuse" +BUILD_DEPENDS="fuse fuse-dev" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://fuse.sourceforge.net/wiki/index.php/FuseIso" +WGET_URL="http://ubiz.ru/dm/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $_pkg/usr/bin $fs/usr + strip -s $fs/usr/bin/* +} + diff -r 067898ce34ec -r 6ae6d5090b55 xarchive/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xarchive/receipt Thu Mar 20 00:22:38 2008 +0100 @@ -0,0 +1,38 @@ +# SliTaz package receipt. + +PACKAGE="xarchive" +VERSION="0.2.8-6" +CATEGORY="x-windows" +SHORT_DESC="" +MAINTAINER="Erjo " +DEPENDS="" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://xarchive.sourceforge.net/" +WGET_URL="http://heanet.dl.sourceforge.net/sourceforge/xarchive/$TARBALL" +JWM_MENU='Utilities:xarchive' + +# Rules to configure and make the package.ls sr +compile_rules() +{ + cd $src + # patch tar-wrap for busybox tar option + patch -p1 -i ../stuff/tar-wrap.patch + + ./configure --prefix=/usr --infodir=/usr/share/info \ + --mandir=/usr/share/man $CONFIGURE_ARGS + + + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/lib $fs/usr + + strip -s $fs/usr/bin/* +} + diff -r 067898ce34ec -r 6ae6d5090b55 xarchive/stuff/tar-wrap.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xarchive/stuff/tar-wrap.patch Thu Mar 20 00:22:38 2008 +0100 @@ -0,0 +1,36 @@ +--- xarchive-0.2.8-6.ori/wrappers/tar-gnu.src Tue Nov 8 20:50:59 2005 ++++ xarchive-0.2.8-6/wrappers/tar-gnu.src Tue Mar 11 23:28:34 2008 +@@ -1,4 +1,4 @@ +-#! /path/to/bash ++#! /bin/bash + # tar-wrap.sh - bash tar wrapper for xarchive frontend + # Copyright (C) 2005 Lee Bigelow + # +@@ -54,14 +54,14 @@ + if [ $(expr "$lc_archive" : ".*\."$ext"$") -gt 0 ]; then + DECOMPRESS="gzip -dc" + COMPRESS="gzip -c" +- TAR_COMPRESS_OPT="--use-compress-prog=gzip" ++ TAR_COMPRESS_OPT="z" + fi + done + for ext in $BZIP2_EXTS; do + if [ $(expr "$lc_archive" : ".*\."$ext"$") -gt 0 ]; then + DECOMPRESS="bzip2 -dc" + COMPRESS="bzip2 -c" +- TAR_COMPRESS_OPT="--use-compress-prog=bzip2" ++ TAR_COMPRESS_OPT="j" + fi + done + for ext in $COMPRESS_EXTS; do +@@ -76,8 +76,8 @@ + # open and extract can use tar's cmd line option + # add, new, and remove need to decompress the tar first + # do their thing, than recompress the tar. +-OPEN_OPTS="$TAR_COMPRESS_OPT -tvf" +-EXTRACT_OPTS="$TAR_COMPRESS_OPT -xf" ++OPEN_OPTS="tv${TAR_COMPRESS_OPT}f" ++EXTRACT_OPTS="-x${TAR_COMPRESS_OPT}f" + ADD_OPTS="-rf" + NEW_OPTS="-cf" + REMOVE_OPTS="--delete -f" diff -r 067898ce34ec -r 6ae6d5090b55 xarchive/stuff/xarchive.desktop --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xarchive/stuff/xarchive.desktop Thu Mar 20 00:22:38 2008 +0100 @@ -0,0 +1,22 @@ +[Desktop Entry] +Version=1.0 +Encoding=UTF-8 + +Name=XArchive Manager +Name[de]=XArchive Manager +Name[en_CA]=XArchive Manager +Name[en_GB]=XArchive Manager +Comment=Create, modify and browse an archive +Comment[de]=Archive anlegen, verändern und durchsuchen +Comment[en_CA]=Create, modify and browse an archive +Comment[en_GB]=Create, modify and browse an archive +GenericName=Archive Manager + +Categories=Gtk;Application;System;Utility; +Exec=xarchive %F +Icon=/usr/share/pixmaps/xarchive.xpm +StartupNotify=true +Terminal=false +Type=Application +X-MultipleArgs=false +MimeType=application/x-bzip;application/x-bzip-compressed-tar;application/x-compress;application/x-compressed-tar;application/x-gtar;application/x-gzip;application/x-rar;application/x-rar-compressed;application/x-tar;application/x-zip;application/x-zip-compressed;application/zip;multipart/x-zip;