# HG changeset patch # User Xander Ziiryanoff # Date 1461969013 -7200 # Node ID 96baf08274da5672483f27aaf26fbdb557941587 # Parent 79ca52db29caf55a224b1d61aac6400ea7667509 rm palemoon diff -r 79ca52db29ca -r 96baf08274da palemoon/receipt --- a/palemoon/receipt Sat Apr 30 00:11:09 2016 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,79 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="palemoon" -VERSION="26.2.1" -CATEGORY="network" -LICENSE="MPL2" -SHORT_DESC="Browser based on Firefox that's optimised for performance" -WEB_SITE="http://palemoon.org" -MAINTAINER="psychomaniak@xakep.ru" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="https://github.com/MoonchildProductions/Pale-Moon/archive/${VERSION}_Release.tar.gz" - -DEPENDS="gtk+ " -BUILD_DEPENDS="autoconf213 gtk+-dev yasm zip unzip iw dbus-dev dbus-glib-dev \ -iw libpng-dev gstreamer gstreamer-dev gst-plugins-base-dev gst-plugins-base \ -libvpx-dev mesa-dev setuptools virtualenv zlib-dev python-dev wget cacerts" - -# Rules to configure and make the package. -compile_rules() -{ - cat > mozconfig <" - python2 mach build - cd $src/obj-i686-pc-linux-gnu - make package ; cd dist - install -d "$DESTDIR"/usr/bin - install -d "$DESTDIR"/usr/lib - cp -a palemoon/ "$DESTDIR/usr/lib/$PACKAGE" -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - cp -a $install/* $fs -}