# HG changeset patch # User Pascal Bellard # Date 1366648303 -7200 # Node ID 490539922a0d1b10b436f5a95f9464f28c650e96 # Parent a7f918cb00d108cf9bed9bb99f220bc7efe2912e Move from undigest backintime duplicity dnstracer extended-actions pysize trafshow wavemon xscreensaver diff -r a7f918cb00d1 -r 490539922a0d backintime/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/backintime/receipt Mon Apr 22 18:31:43 2013 +0200 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="backintime" +VERSION="1.0.8" +CATEGORY="network" +SHORT_DESC="A simple backup tool for linux." +MAINTAINER="pascal.bellard@slitaz.org" +WEB_SITE="http://backintime.le-web.org/" +TARBALL="$PACKAGE-${VERSION}_src.tar.gz" +WGET_URL="http://backintime.le-web.org/download/$PACKAGE/$TARBALL" + +DEPENDS="python rsync cron" +BUILD_DEPENDS="$DEPENDS meld" # python-glade2 python-gnome2 + +# Rules to configure and make the package. +compile_rules() +{ + cd $src/common + ./configure --prefix=/usr --sysconfdir=/etc $CONFIGURE_ARGS && + make && make DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +} diff -r a7f918cb00d1 -r 490539922a0d dnstracer/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dnstracer/receipt Mon Apr 22 18:31:43 2013 +0200 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="dnstracer" +VERSION="1.9" +CATEGORY="network" +SHORT_DESC="Traces a chain of DNS servers to the source." +MAINTAINER="paul@slitaz.org" +DEPENDS="" +BUILD_DEPENDS="autoconf" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.mavetju.org/unix/dnstracer.php" +WGET_URL="http://www.mavetju.org/download/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + autoconf + ./configure \ + --prefix=/usr \ + $CONFIGURE_ARGS && + make && make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $install/usr/bin $fs/usr +} + diff -r a7f918cb00d1 -r 490539922a0d duplicity/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/duplicity/receipt Mon Apr 22 18:31:43 2013 +0200 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="duplicity" +VERSION="0.6.20" +CATEGORY="network" +SHORT_DESC="Encrypted bandwidth-efficient backup using the rsync algorithm." +MAINTAINER="pascal.bellard@slitaz.org" +WEB_SITE="http://duplicity.nongnu.org/" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="https://code.launchpad.net/$PACKAGE/${VERSION%.*}-series/$VERSION/+download/$TARBALL" + +DEPENDS="python librsync gnupg paramiko cryptopp lftp" +BUILD_DEPENDS="wget python-dev $DEPENDS" +# NcFTP boto librsync-dev + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./setup.py install --root=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +} diff -r a7f918cb00d1 -r 490539922a0d extended-actions/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/extended-actions/description.txt Mon Apr 22 18:31:43 2013 +0200 @@ -0,0 +1,22 @@ +A service that allows applications to request some extended actions for a list +of files depending on their mimetypes and some other constraints. Any user can +extend their applications by adding custom actions. + +Similar to thunar-actions but distributed via dbus, any application can take +advantage of this service. extended-actions use traditional desktop files and +extend its format to configure special action(s) on files. Unity already +extended the desktop file application format with its quicklist. + +Maybe one day this same application format will be extended at the glib level +within GAppInfo or in a new class or maybe a super daemon would arise providing +all the informations about applications and their new uses case. And this +service would be obsolete. + +This project is the continuation of the work i already started in contractor. + +extended-actions already provide a list of actions in +/usr/share/extended-actions. +Any user can define some custom actions in ~/.local/share/extended-actions + +And if u have some good actions files don't hesitate to contact me i may include +them by default. diff -r a7f918cb00d1 -r 490539922a0d extended-actions/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/extended-actions/receipt Mon Apr 22 18:31:43 2013 +0200 @@ -0,0 +1,35 @@ +# SliTaz package receipt. + +PACKAGE="extended-actions" +VERSION="0" +CATEGORY="system-tools" +SHORT_DESC="Service for generating extended actions on files" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL3" +WEB_SITE="https://launchpad.net/extended-actions" +BRANCH="5" +TARBALL="$PACKAGE-$BRANCH.tar.bz2" +WGET_URL="bzr|lp:extended-actions" + +DEPENDS="libgee libgio" +BUILD_DEPENDS="bazaar cmake vala glib-dev libgio-dev libgee-dev" + +TODO="Setup extended-actions specific to SliTaz" + +# Rules to configure and make the package. +compile_rules() +{ + # gee-1.0 is old while gee-0.8 is latest ;) + sed -i 's|gee-1.0|gee-0.8|g' $(grep -l gee-1.0 $(find . -type f)) + + mkdir build && cd build && + cmake .. -DCMAKE_INSTALL_PREFIX=/usr && + make && + make DESTDIR=$install install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +} diff -r a7f918cb00d1 -r 490539922a0d pysize/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pysize/receipt Mon Apr 22 18:31:43 2013 +0200 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="pysize" +VERSION="0.2" +CATEGORY="utilities" +SHORT_DESC="Console and graphical tool for exploring the size of directories." +MAINTAINER="paul@slitaz.org" +DEPENDS="python ncurses pygtk librsvg" +BUILD_DEPENDS="python-dev ncurses-dev pygtk-dev setuptools" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://guichaz.free.fr/pysize/" +WGET_URL="http://guichaz.free.fr/pysize/files/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py build + python setup.py install --root=$DESTDIR +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/usr $fs +} + diff -r a7f918cb00d1 -r 490539922a0d trafshow/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/trafshow/receipt Mon Apr 22 18:31:43 2013 +0200 @@ -0,0 +1,41 @@ +# SliTaz package receipt. + +PACKAGE="trafshow" +VERSION="5.2.3" +CATEGORY="network" +SHORT_DESC="Full screen network traffic monitor." +MAINTAINER="paul@slitaz.org" +DEPENDS="ncurses libpcap" +BUILD_DEPENDS="ncurses-dev libpcap-dev" +TARBALL="$PACKAGE-$VERSION.tgz" +WEB_SITE="http://soft.risp.ru/trafshow/index_en.shtml" +WGET_URL="http://fossies.org/linux/misc/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + + # fix session.c bug + sed -i '43d' session.c + + ./configure \ + --prefix=/usr \ + $CONFIGURE_ARGS && make +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/bin $fs/etc + cp -a $src/$PACKAGE $fs/usr/bin + cp -a $src/.trafshow $fs/etc/trafshow + + # tidy config file and change perms + chown root:root $fs/etc/trafshow + sed -i 's|*/icmp|#*/icmp|' $fs/etc/trafshow + sed -i 's|nfs|#nfs|' $fs/etc/trafshow + sed -i 's|513|#513|' $fs/etc/trafshow + sed -i 's|514|#514|' $fs/etc/trafshow +} + diff -r a7f918cb00d1 -r 490539922a0d wavemon/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wavemon/receipt Mon Apr 22 18:31:43 2013 +0200 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="wavemon" +VERSION="0.7.5" +CATEGORY="network" +SHORT_DESC="Wavemon is an ncurses-based monitoring application for wireless network devices." +MAINTAINER="paul@slitaz.org" +DEPENDS="ncurses libcap" +BUILD_DEPENDS="ncurses-dev libcap-dev" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://eden-feed.erg.abdn.ac.uk/wavemon/" +WGET_URL="http://eden-feed.erg.abdn.ac.uk/wavemon/stable-releases/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr \ + $CONFIGURE_ARGS && + make && make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $install/usr/bin $fs/usr +} + diff -r a7f918cb00d1 -r 490539922a0d xscreensaver/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xscreensaver/receipt Mon Apr 22 18:31:43 2013 +0200 @@ -0,0 +1,32 @@ +# SliTaz package receipt. + +PACKAGE="xscreensaver" +VERSION="5.21" +CATEGORY="x-window" +SHORT_DESC="A collection of free screen savers" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="" +WEB_SITE="http://www.jwz.org/xscreensaver/" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="$WEB_SITE/$TARBALL" + +DEPENDS="" +BUILD_DEPENDS="bc xorg-libX11-dev xorg-libXmu-dev xorg-libXext-dev \ +xorg-libXinerama-dev xorg-libXi-dev xorg-libXxf86vm-dev xorg-libXrandr-dev \ +gtk+-dev libxml2-dev mesa-dev gdk-pixbuf-dev xorg-libXpm-dev jpeg-dev \ +xorg-libXt-dev libglade-dev" + +# Rules to configure and make the package. +compile_rules() +{ + export LDFLAGS="$LDFLAGS $(pkg-config --libs gtk+-2.0 gdk-pixbuf-xlib-2.0 gl)" + ./configure $CONFIGURE_ARGS && + make && + make install_prefix=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +}