# HG changeset patch # User Aleksej Bobylev # Date 1535669091 -10800 # Node ID 360e5b4f243bd113c9d58bb98ca81c30342c267a # Parent f66f18161f93792f46b683d5bbd28cd9240c94f9 Up at, flex (to fix bug #200) diff -r f66f18161f93 -r 360e5b4f243b at/receipt --- a/at/receipt Fri Aug 31 01:31:07 2018 +0300 +++ b/at/receipt Fri Aug 31 01:44:51 2018 +0300 @@ -1,13 +1,13 @@ # SliTaz package receipt v2. PACKAGE="at" -VERSION="3.1.20" +VERSION="3.1.23" CATEGORY="system-tools" SHORT_DESC="Schedule commands to be executed once" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" WEB_SITE="http://packages.debian.org/lenny/at" -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/at.html" +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/at.html" TARBALL="${PACKAGE}_${VERSION}.orig.tar.gz" WGET_URL="http://ftp.debian.org/debian/pool/main/a/at/$TARBALL" @@ -42,6 +42,7 @@ genpkg_rules() { copy @std + DEPENDS="libflex" } post_install() { diff -r f66f18161f93 -r 360e5b4f243b flex/receipt --- a/flex/receipt Fri Aug 31 01:31:07 2018 +0300 +++ b/flex/receipt Fri Aug 31 01:44:51 2018 +0300 @@ -15,6 +15,8 @@ BUILD_DEPENDS="bison gettext help2man indent" +SPLIT="libflex flex" + compile_rules() { case "$ARCH" in arm*) @@ -34,7 +36,14 @@ } genpkg_rules() { - copy @std @dev - DEPENDS="bison" - TAGS="LFS" + case $PACKAGE in + libflex) + copy *.so* + ;; + *) + copy @std @dev @rm + DEPENDS="libflex bison" + TAGS="LFS" + ;; + esac } diff -r f66f18161f93 -r 360e5b4f243b libmspack/receipt --- a/libmspack/receipt Fri Aug 31 01:31:07 2018 +0300 +++ b/libmspack/receipt Fri Aug 31 01:44:51 2018 +0300 @@ -21,6 +21,8 @@ ./configure \ --disable-static \ $CONFIGURE_ARGS && + # parallel build workaround + make libmspack.la libmscabd.la libmschmd.la && make && make -C doc && make install || return 1