wok-next rev 20945
Up at, flex (to fix bug #200)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Aug 31 01:44:51 2018 +0300 (2018-08-31) |
parents | f66f18161f93 |
children | b9da2b1ae771 |
files | at/receipt flex/receipt libmspack/receipt |
line diff
1.1 --- a/at/receipt Fri Aug 31 01:31:07 2018 +0300 1.2 +++ b/at/receipt Fri Aug 31 01:44:51 2018 +0300 1.3 @@ -1,13 +1,13 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="at" 1.7 -VERSION="3.1.20" 1.8 +VERSION="3.1.23" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Schedule commands to be executed once" 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 WEB_SITE="http://packages.debian.org/lenny/at" 1.14 -LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/at.html" 1.15 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/at.html" 1.16 1.17 TARBALL="${PACKAGE}_${VERSION}.orig.tar.gz" 1.18 WGET_URL="http://ftp.debian.org/debian/pool/main/a/at/$TARBALL" 1.19 @@ -42,6 +42,7 @@ 1.20 1.21 genpkg_rules() { 1.22 copy @std 1.23 + DEPENDS="libflex" 1.24 } 1.25 1.26 post_install() {
2.1 --- a/flex/receipt Fri Aug 31 01:31:07 2018 +0300 2.2 +++ b/flex/receipt Fri Aug 31 01:44:51 2018 +0300 2.3 @@ -15,6 +15,8 @@ 2.4 2.5 BUILD_DEPENDS="bison gettext help2man indent" 2.6 2.7 +SPLIT="libflex flex" 2.8 + 2.9 compile_rules() { 2.10 case "$ARCH" in 2.11 arm*) 2.12 @@ -34,7 +36,14 @@ 2.13 } 2.14 2.15 genpkg_rules() { 2.16 - copy @std @dev 2.17 - DEPENDS="bison" 2.18 - TAGS="LFS" 2.19 + case $PACKAGE in 2.20 + libflex) 2.21 + copy *.so* 2.22 + ;; 2.23 + *) 2.24 + copy @std @dev @rm 2.25 + DEPENDS="libflex bison" 2.26 + TAGS="LFS" 2.27 + ;; 2.28 + esac 2.29 }
3.1 --- a/libmspack/receipt Fri Aug 31 01:31:07 2018 +0300 3.2 +++ b/libmspack/receipt Fri Aug 31 01:44:51 2018 +0300 3.3 @@ -21,6 +21,8 @@ 3.4 ./configure \ 3.5 --disable-static \ 3.6 $CONFIGURE_ARGS && 3.7 + # parallel build workaround 3.8 + make libmspack.la libmscabd.la libmschmd.la && 3.9 make && 3.10 make -C doc && 3.11 make install || return 1