# HG changeset patch # User Christopher Rogers # Date 1297792832 0 # Node ID aa91b84f09b3b1c69c981892c9bfdd69176eea60 # Parent 2ce89a2801d63bd00c0f5c8501c9395451276c5a Up: newt to 0.52.12. diff -r 2ce89a2801d6 -r aa91b84f09b3 newt-dev/receipt --- a/newt-dev/receipt Tue Feb 15 17:13:17 2011 +0000 +++ b/newt-dev/receipt Tue Feb 15 18:00:32 2011 +0000 @@ -1,15 +1,13 @@ # SliTaz package receipt. PACKAGE="newt-dev" -VERSION="0.52.2" +VERSION="0.52.12" CATEGORY="development" SHORT_DESC="Not Erik's Windowing Toolkit dev files" MAINTAINER="erjo@slitaz.org" DEPENDS="newt" -BUILD_DEPENDS="" -TARBALL="$PACKAGE-$VERSION.tar.gz" WANTED="newt" -WEB_SITE="http://packages.debian.org/etch/libnewt0.52" +WEB_SITE="https://fedorahosted.org/newt/" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 2ce89a2801d6 -r aa91b84f09b3 newt/receipt --- a/newt/receipt Tue Feb 15 17:13:17 2011 +0000 +++ b/newt/receipt Tue Feb 15 18:00:32 2011 +0000 @@ -1,23 +1,20 @@ # SliTaz package receipt. PACKAGE="newt" -VERSION="0.52.2" +VERSION="0.52.12" CATEGORY="development" SHORT_DESC="Not Erik's Windowing Toolkit" MAINTAINER="erjo@slitaz.org" DEPENDS="slang popt tcl" -BUILD_DEPENDS="slang-dev tcl popt-dev python-dev" +BUILD_DEPENDS="slang-dev tcl popt-dev python-dev wget" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://packages.debian.org/etch/libnewt0.52" -WGET_URL="http://mirror.pimentvert.com/sources/newt/$TARBALL" +WEB_SITE="https://fedorahosted.org/newt/" +WGET_URL="https://fedorahosted.org/releases/n/e/$PACKAGE/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src - - # Fixe group/owner - chown -R root.root $src python=$(ls -d /usr/lib/python*/ | sed 's|/usr/lib/\(.*\)/|\1|' | head -1) tcl=$(ls /usr/lib/libtcl*.so | sed 's|/usr/lib/lib\(.*\).so|\1|') @@ -39,10 +36,5 @@ cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/lib/*.so* $fs/usr/lib cp -a $_pkg/usr/lib/python* $fs/usr/lib - - # Bug fix - cd $fs/usr/lib - ln -s libnewt.so.0.52.1 libnewt.so.0.52 - strip -s $fs/usr/lib/* }