# HG changeset patch # User Leonardo Laporte # Date 1458361561 10800 # Node ID 246449237e90485c6e0724c1f18b0c0d712e3825 # Parent a44bc8005b6bba7d3c755842e1dcd64d303770d8 Add: PeaZip 6.0.0 Env:GTK2 - (peazip.org). diff -r a44bc8005b6b -r 246449237e90 peazip/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/peazip/description.txt Sat Mar 19 01:26:01 2016 -0300 @@ -0,0 +1,7 @@ +Open Source archive manager and data compression utility +Free Software replacement for WinRar, WinZip and similar +tools Zip, Unzip, Unace, Unrar files on GNU/Linux systems +Open 7Z ACE BZ2 CAB GZ ISO RAR TAR ZIP format and more. + +PeaZip For Linux +http://www.peazip.org/peazip-linux.html \ No newline at end of file diff -r a44bc8005b6b -r 246449237e90 peazip/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/peazip/receipt Sat Mar 19 01:26:01 2016 -0300 @@ -0,0 +1,77 @@ +# SliTaz package receipt. + +PACKAGE="peazip" +VERSION="6.0.0" +SYSTEM="LINUX" +ENV="GTK2" +CATEGORY="x-window" +SHORT_DESC="Open Source archive manager and data compression utility." +MAINTAINER="hackdorte@sapo.pt" +LICENSE="LGPL3" +WEB_SITE="http://peazip.org/peazip-linux.html" + +TARBALL="$PACKAGE-$VERSION.$SYSTEM.$ENV.tgz" +WGET_URL="http://sourceforge.net/projects/$PACKAGE/files/$VERSION/$TARBALL" + +DEPENDS="xorg-libX11 atk glibc-base cairo gtk+ gdk-pixbuf glib pango" + +# Rules to configure and make the package. +compile_rules() +{ + +mkdir -p $install/ +cp -a $src/* $install/ + +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + + # Build Tree + mkdir -p $install/usr/share/applications + mkdir -p $install/usr/share/pixmaps + cp -a $install/usr/local/share/applications/* $install/usr/share/applications + cp -a $install/usr/local/share/icons/* $install/usr/share/pixmaps + + +# Writing (pea.desktop) File +cat > $install/usr/share/applications/pea.desktop < $install/usr/share/applications/pealauncher.desktop <