# HG changeset patch # User Hans-G?nter Theisgen # Date 1557072618 -3600 # Node ID 5ec950823322f6509a78698ab7da6010f26bb5a0 # Parent 163f71af5751b9bc186c87fe355b688e687c7cee updated newt and newt-dev (0.52.19 -> 0.52.20) diff -r 163f71af5751 -r 5ec950823322 newt-dev/receipt --- a/newt-dev/receipt Sun May 05 16:40:54 2019 +0100 +++ b/newt-dev/receipt Sun May 05 17:10:18 2019 +0100 @@ -1,20 +1,21 @@ # SliTaz package receipt. PACKAGE="newt-dev" -VERSION="0.52.19" +VERSION="0.52.20" CATEGORY="development" -SHORT_DESC="Not Erik's Windowing Toolkit dev files" +SHORT_DESC="Not Erik's Windowing Toolkit - development files." MAINTAINER="erjo@slitaz.org" LICENSE="GPL2" -WANTED="newt" -WEB_SITE="https://fedorahosted.org/newt/" +WEB_SITE="https://pagure.io/newt/" DEPENDS="newt" +WANTED="newt" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/*.*a $fs/usr/lib + + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib } diff -r 163f71af5751 -r 5ec950823322 newt/receipt --- a/newt/receipt Sun May 05 16:40:54 2019 +0100 +++ b/newt/receipt Sun May 05 17:10:18 2019 +0100 @@ -1,17 +1,18 @@ # SliTaz package receipt. PACKAGE="newt" -VERSION="0.52.19" +VERSION="0.52.20" CATEGORY="development" -SHORT_DESC="Not Erik's Windowing Toolkit" +SHORT_DESC="Not Erik's Windowing Toolkit." MAINTAINER="erjo@slitaz.org" LICENSE="GPL2" +WEB_SITE="https://pagure.io/newt/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://fedorahosted.org/newt/" -WGET_URL="https://fedorahosted.org/releases/n/e/$PACKAGE/$TARBALL" +WGET_URL="https://releases.pagure.org/$PACKAGE/$TARBALL" -DEPENDS="slang popt tcl" -BUILD_DEPENDS="slang-dev tcl popt-dev python-dev wget" +DEPENDS="popt slang tcl" +BUILD_DEPENDS="popt-dev python-dev slang-dev tcl" # Rules to configure and make the package. compile_rules() @@ -23,8 +24,12 @@ sed -i -e "s/python2.4/$python/" \ -e "s/tcl8.4/$tcl/" \ Makefile.in - ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS && + + ./configure \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + $CONFIGURE_ARGS && make && make instroot=$DESTDIR install } @@ -33,7 +38,8 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib/*.so* $fs/usr/lib - cp -a $install/usr/lib/python* $fs/usr/lib + + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/python* $fs/usr/lib }