wok rev 20888

updated epm (4.2 -> 4.4)
author Hans-G?nter Theisgen
date Mon Feb 25 16:57:59 2019 +0100 (2019-02-25)
parents d00daa25e4a8
children a4d7cdc4c433
files epm/receipt
line diff
     1.1 --- a/epm/receipt	Mon Feb 25 15:29:18 2019 +0100
     1.2 +++ b/epm/receipt	Mon Feb 25 16:57:59 2019 +0100
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="epm"
     1.7 -VERSION="4.2"
     1.8 +VERSION="4.4"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="File packaging program."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 -TARBALL="$PACKAGE-$VERSION-source.tar.bz2"
    1.14 -WEB_SITE="https://www.msweet.org/epm/"
    1.15 -WGET_URL="http://www.msweet.org/files/project2/$TARBALL"
    1.16 +WEB_SITE="https://michaelrsweet.github.io/epm/"
    1.17 +
    1.18 +TARBALL="$PACKAGE-$VERSION-source.tar.gz"
    1.19 +WGET_URL="https://github.com/michaelrsweet/$PACKAGE/archive/v$VERSION.tar.gz"
    1.20  
    1.21  DEPENDS=""
    1.22  BUILD_DEPENDS=""
    1.23 @@ -16,7 +17,8 @@
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	./configure --prefix=/usr && make -j 1
    1.28 +	./configure --prefix=/usr &&
    1.29 +	make -j 1
    1.30  }
    1.31  
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.