# HG changeset patch # User Christophe Lincoln # Date 1205965983 -3600 # Node ID b76786e9d10d19ee0c5047726de1b42b373f157f # Parent 6ae6d5090b5518f06212ac30e953167d654ca761 Rm xarchiver, Xarchive is the one... diff -r 6ae6d5090b55 -r b76786e9d10d xarchiver/receipt --- a/xarchiver/receipt Thu Mar 20 00:22:38 2008 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,36 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="xarchiver" -VERSION="0.4.6" -CATEGORY="utilities" -SHORT_DESC="GTK+2 frontend to various command line archiving tools." -MAINTAINER="pankso@slitaz.org" -DEPENDS="gtk+ tar" -BUILD_DEPENDS="gtk+-dev" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://xarchiver.xfce.org/" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - ./configure \ - --prefix=/usr \ - --libexecdir=/usr/lib/$PACKAGE \ - $CONFIGURE_ARGS - make - make DESTDIR=$PWD/_pkg install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/share/pixmaps - cp -a $_pkg/usr/bin $fs/usr - #cp -a $_pkg/usr/lib $fs/usr - cp -a $_pkg/usr/share/pixmaps $fs/usr/share - cp $_pkg/usr/share/icons/hicolor/48x48/apps/xarchiver.png \ - $fs/usr/share/pixmaps -} -