# HG changeset patch # User Hans-G?nter Theisgen # Date 1551110279 -3600 # Node ID df02951ceb758f33b93737ec4169dbe8921c81ac # Parent d00daa25e4a87c73b2b5cf0fd6240cbbdf96e0f5 updated epm (4.2 -> 4.4) diff -r d00daa25e4a8 -r df02951ceb75 epm/receipt --- a/epm/receipt Mon Feb 25 15:29:18 2019 +0100 +++ b/epm/receipt Mon Feb 25 16:57:59 2019 +0100 @@ -1,14 +1,15 @@ # SliTaz package receipt. PACKAGE="epm" -VERSION="4.2" +VERSION="4.4" CATEGORY="misc" SHORT_DESC="File packaging program." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -TARBALL="$PACKAGE-$VERSION-source.tar.bz2" -WEB_SITE="https://www.msweet.org/epm/" -WGET_URL="http://www.msweet.org/files/project2/$TARBALL" +WEB_SITE="https://michaelrsweet.github.io/epm/" + +TARBALL="$PACKAGE-$VERSION-source.tar.gz" +WGET_URL="https://github.com/michaelrsweet/$PACKAGE/archive/v$VERSION.tar.gz" DEPENDS="" BUILD_DEPENDS="" @@ -16,7 +17,8 @@ # Rules to configure and make the package. compile_rules() { - ./configure --prefix=/usr && make -j 1 + ./configure --prefix=/usr && + make -j 1 } # Rules to gen a SliTaz package suitable for Tazpkg.