wok-next diff newt/receipt @ rev 21686

updated glm (0.9.3.2 -> 0.9.9.8)
author Hans-G?nter Theisgen
date Mon Jun 29 16:57:49 2020 +0100 (2020-06-29)
parents f48456621a9d
children
line diff
     1.1 --- a/newt/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.2 +++ b/newt/receipt	Mon Jun 29 16:57:49 2020 +0100
     1.3 @@ -4,7 +4,7 @@
     1.4  VERSION="0.52.20"
     1.5  CATEGORY="libdevel"
     1.6  SHORT_DESC="Programming library for color text mode"
     1.7 -MAINTAINER="erjo@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL2"
    1.10  WEB_SITE="https://pagure.io/newt"
    1.11  LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/newt.html"
    1.12 @@ -13,7 +13,7 @@
    1.13  WGET_URL="https://releases.pagure.org/newt/$TARBALL"
    1.14  
    1.15  BUILD_DEPENDS="slang-dev popt-dev python-dev tcl-dev gpm-dev"
    1.16 -SPLIT="newt-dev"
    1.17 +SPLIT="$PACKAGE-dev"
    1.18  
    1.19  compile_rules() {
    1.20  	sed -e 's/^LIBNEWT =/#&/' \
    1.21 @@ -35,6 +35,8 @@
    1.22  			DEPENDS="popt python slang tcl"
    1.23  			SUGGESTED="gpm"
    1.24  			;;
    1.25 -		*-dev) copy @dev;;
    1.26 +		*-dev)
    1.27 +			copy @dev
    1.28 +			;;
    1.29  	esac
    1.30  }