[Lunar-commits] CVS: moonbase/libs/libtrash BUILD, NONE, 1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1

Jan Eidtmann cmak at lunar-linux.org
Sun Jun 27 02:00:53 GMT 2004


Update of /var/cvs/lunar/moonbase/libs/libtrash
In directory dbguin.lunar-linux.org:/tmp/cvs-serv18352/libtrash

Added Files:
	BUILD DEPENDS DETAILS 
Log Message:
a trashcan for linux. highly configurable, when you rm <something>, <something> will be moved to trash instead of being deleted. you can make an alias (alias hardrm='TRASH_OFF=YES rm') to get normal behavior, choose what dirs or filetypes are being ignored and so on...
you _must_ read /usr/share/doc/libtrash/README !! :)

--- NEW FILE: BUILD ---
(

  sedit "s/CFLAGS=/CFLAGS=$CFLAGS /" src/Makefile &&
  sedit "s/INSTLIBDIR=\/usr\/local\/lib/INSTLIBDIR=\/usr\/lib/" src/Makefile &&
  default_make
  
) > $C_FIFO 2>&1

--- NEW FILE: DEPENDS ---
depends perl

--- NEW FILE: DETAILS ---
          MODULE=libtrash
         VERSION=2.2
          SOURCE=$MODULE-latest.tgz
      SOURCE_URL=http://pwp.netcabo.pt/0154115101/software/libtrash/$SOURCE
      SOURCE_VFY=md5:33feaef8dab40080b6cb126fd5ad8cbf
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
        WEB_SITE=http://pwp.netcabo.pt/0154115101/software/libtrash/
         ENTERED=20040627
         UPDATED=20040627
           SHORT="A shared library which implements a trash can on GNU/Linux."
cat << EOF
libtrash is a shared library which implements a trash can on GNU/Linux.
When preloaded, it intercepts calls to a series of GNU libc functions and,
instead of permanently destroying files, moves them to a "trash can".
EOF



More information about the Lunar-commits mailing list