# HG changeset patch # User Xander Ziiryanoff # Date 1461967869 -7200 # Node ID 79ca52db29caf55a224b1d61aac6400ea7667509 # Parent ab91e46d5cbc40451a4334a9848df60ef2a8c640 Add: autoconf213, palemoon diff -r ab91e46d5cbc -r 79ca52db29ca autoconf213/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/autoconf213/receipt Sat Apr 30 00:11:09 2016 +0200 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="autoconf213" +VERSION="2.13" +CATEGORY="development" +SHORT_DESC="A GNU tool for automatically configuring source code" +MAINTAINER="psychomaniak@xakep.ru" +LICENSE="GPL2" +WEB_SITE="http://www.gnu.org/software/autoconf/" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="http://ftpmirror.gnu.org/autoconf/autoconf-$VERSION.tar.gz" + +DEPENDS="m4 perl" +BUILD_DEPENDS="m4 perl sed" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure --prefix=/usr --program-suffix=-2.13 + make && + make prefix="$DESTDIR/usr" install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +} diff -r ab91e46d5cbc -r 79ca52db29ca palemoon/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/palemoon/receipt Sat Apr 30 00:11:09 2016 +0200 @@ -0,0 +1,79 @@ +# 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 +}