wok-next diff pax/receipt @ rev 20693

firefox-official: combine, update to 59.0.3.
Updating to 60.0.1 leaves me without sound in YouTube and SoundCloud.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed May 23 00:32:00 2018 +0300 (2018-05-23)
parents
children f48456621a9d
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pax/receipt	Wed May 23 00:32:00 2018 +0300
     1.3 @@ -0,0 +1,36 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="pax"
     1.7 +VERSION="070715"
     1.8 +CATEGORY="utilities"
     1.9 +SHORT_DESC="POSIX archiving utility"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="GPL2 LGPL2.1"
    1.12 +WEB_SITE="https://sourceforge.net/projects/heirloom/"
    1.13 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/pax.html"
    1.14 +
    1.15 +TARBALL="heirloom-$VERSION.tar.bz2"
    1.16 +WGET_URL="$SF_MIRROR/heirloom/$TARBALL"
    1.17 +
    1.18 +BUILD_DEPENDS="zlib-dev bzip2-dev"
    1.19 +
    1.20 +compile_rules() {
    1.21 +	sed \
    1.22 +		-e '/LIBZ/s@ -Wl[^ ]*@@g' \
    1.23 +		-e '/LIBBZ2/{s@^#@@;s@ -Wl[^ ]*@@g}' \
    1.24 +		-e '/BZLIB/s@0@1@' \
    1.25 +		-i build/mk.config
    1.26 +
    1.27 +	make makefiles &&
    1.28 +	make -C libcommon &&
    1.29 +	make -C libuxre &&
    1.30 +	make -C cpio || return 1
    1.31 +
    1.32 +	install -Dm755 cpio/pax_su3 $install/usr/bin/pax
    1.33 +	cook_pick_manpages cpio/pax.1
    1.34 +}
    1.35 +
    1.36 +genpkg_rules() {
    1.37 +	copy @std
    1.38 +	DEPENDS="bzlib zlib"
    1.39 +}