wok diff epm/receipt @ rev 22849

bluez: add v4 deprecated tools
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 16 18:25:39 2020 +0100 (2020-02-16)
parents 8dd8bab3f0ca
children 5ea0ce1cecc0
line diff
     1.1 --- a/epm/receipt	Thu Jan 24 14:51:04 2019 +0100
     1.2 +++ b/epm/receipt	Sun Feb 16 18:25:39 2020 +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.