wok-next diff libpipeline/receipt @ rev 20532

moc, mypaint: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 26 13:35:23 2018 +0200 (2018-03-26)
parents 2f73953f6cee
children 5841522533ec
line diff
     1.1 --- a/libpipeline/receipt	Thu Jun 08 13:10:33 2017 +0300
     1.2 +++ b/libpipeline/receipt	Mon Mar 26 13:35:23 2018 +0200
     1.3 @@ -1,12 +1,13 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="libpipeline"
     1.7 -VERSION="1.4.1"
     1.8 +VERSION="1.4.2"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Pipeline manipulation library"
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12  LICENSE="GPL3"
    1.13  WEB_SITE="http://libpipeline.nongnu.org/"
    1.14 +LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/libpipeline.html"
    1.15  
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WGET_URL="http://download.savannah.gnu.org/releases/$PACKAGE/$TARBALL"
    1.18 @@ -14,17 +15,16 @@
    1.19  BUILD_DEPENDS="check-dev"
    1.20  SPLIT="libpipeline-dev"
    1.21  
    1.22 -# Rules to configure and make the package.
    1.23 -compile_rules()
    1.24 -{
    1.25 +compile_rules() {
    1.26  	./configure $CONFIGURE_ARGS && make && make install
    1.27  }
    1.28  
    1.29 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 -genpkg_rules()
    1.31 -{
    1.32 +genpkg_rules() {
    1.33  	case $PACKAGE in
    1.34 -		libpipeline) copy @std;;
    1.35 +		libpipeline)
    1.36 +			copy @std
    1.37 +			TAGS="LFS"
    1.38 +			;;
    1.39  		*-dev) copy @dev;;
    1.40  	esac
    1.41  }