wok-next diff nspr/receipt @ rev 21247

updated cyrus-imapd (2.4.17 -> 3.0.12)
author Hans-G?nter Theisgen
date Thu Dec 05 16:28:27 2019 +0100 (2019-12-05)
parents d5aab818505e
children
line diff
     1.1 --- a/nspr/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/nspr/receipt	Thu Dec 05 16:28:27 2019 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="nspr"
     1.7 -VERSION="4.19"
     1.8 +VERSION="4.20"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="Netscape Portable Runtime"
    1.11  MAINTAINER="devel@slitaz.org"
    1.12 @@ -11,6 +11,7 @@
    1.13  
    1.14  TARBALL="nspr-$VERSION.tar.gz"
    1.15  WGET_URL="https://archive.mozilla.org/pub/nspr/releases/v$VERSION/src/$TARBALL"
    1.16 +TARBALL_SHA1="ef1e2ca3205fd1658a69ada2e0436266ca3065b5"
    1.17  
    1.18  BUILD_DEPENDS="perl"
    1.19  SPLIT="$PACKAGE-dev"
    1.20 @@ -33,10 +34,3 @@
    1.21  	make &&
    1.22  	make install
    1.23  }
    1.24 -
    1.25 -genpkg_rules() {
    1.26 -	case $PACKAGE in
    1.27 -		nspr)  copy @std;;
    1.28 -		*-dev) copy @dev;;
    1.29 -	esac
    1.30 -}