wok-next rev 8642
Up: newt to 0.52.12.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Feb 15 18:00:32 2011 +0000 (2011-02-15) |
parents | 2ce89a2801d6 |
children | 5f4753b7cf83 |
files | newt-dev/receipt newt/receipt |
line diff
1.1 --- a/newt-dev/receipt Tue Feb 15 17:13:17 2011 +0000 1.2 +++ b/newt-dev/receipt Tue Feb 15 18:00:32 2011 +0000 1.3 @@ -1,15 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="newt-dev" 1.7 -VERSION="0.52.2" 1.8 +VERSION="0.52.12" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Not Erik's Windowing Toolkit dev files" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 DEPENDS="newt" 1.13 -BUILD_DEPENDS="" 1.14 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 WANTED="newt" 1.16 -WEB_SITE="http://packages.debian.org/etch/libnewt0.52" 1.17 +WEB_SITE="https://fedorahosted.org/newt/" 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules()
2.1 --- a/newt/receipt Tue Feb 15 17:13:17 2011 +0000 2.2 +++ b/newt/receipt Tue Feb 15 18:00:32 2011 +0000 2.3 @@ -1,23 +1,20 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="newt" 2.7 -VERSION="0.52.2" 2.8 +VERSION="0.52.12" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Not Erik's Windowing Toolkit" 2.11 MAINTAINER="erjo@slitaz.org" 2.12 DEPENDS="slang popt tcl" 2.13 -BUILD_DEPENDS="slang-dev tcl popt-dev python-dev" 2.14 +BUILD_DEPENDS="slang-dev tcl popt-dev python-dev wget" 2.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.16 -WEB_SITE="http://packages.debian.org/etch/libnewt0.52" 2.17 -WGET_URL="http://mirror.pimentvert.com/sources/newt/$TARBALL" 2.18 +WEB_SITE="https://fedorahosted.org/newt/" 2.19 +WGET_URL="https://fedorahosted.org/releases/n/e/$PACKAGE/$TARBALL" 2.20 2.21 # Rules to configure and make the package. 2.22 compile_rules() 2.23 { 2.24 cd $src 2.25 - 2.26 - # Fixe group/owner 2.27 - chown -R root.root $src 2.28 2.29 python=$(ls -d /usr/lib/python*/ | sed 's|/usr/lib/\(.*\)/|\1|' | head -1) 2.30 tcl=$(ls /usr/lib/libtcl*.so | sed 's|/usr/lib/lib\(.*\).so|\1|') 2.31 @@ -39,10 +36,5 @@ 2.32 cp -a $_pkg/usr/bin $fs/usr 2.33 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 2.34 cp -a $_pkg/usr/lib/python* $fs/usr/lib 2.35 - 2.36 - # Bug fix 2.37 - cd $fs/usr/lib 2.38 - ln -s libnewt.so.0.52.1 libnewt.so.0.52 2.39 - strip -s $fs/usr/lib/* 2.40 } 2.41