wok diff pth/receipt @ rev 2597
Up: php (5.2.9) [security update]
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Apr 10 08:25:27 2009 +0000 (2009-04-10) |
parents | 315a30f94e81 |
children | b36b7d0594af |
line diff
1.1 --- a/pth/receipt Tue Apr 15 19:55:23 2008 +0200 1.2 +++ b/pth/receipt Fri Apr 10 08:25:27 2009 +0000 1.3 @@ -2,13 +2,13 @@ 1.4 1.5 PACKAGE="pth" 1.6 VERSION="2.0.7" 1.7 -CATEGORY="extra" 1.8 -SHORT_DESC="C library for multithreading inside server applications" 1.9 +CATEGORY="system-tools" 1.10 +SHORT_DESC="C library for multithreading inside server applications." 1.11 MAINTAINER="fraazz@altern.org" 1.12 DEPENDS="libtool" 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 WEB_SITE="http://www.gnu.org/software/pth/" 1.15 -WGET_URL="ftp://ftp.ossp.org/pkg/lib/pth/pth-2.0.7.tar.gz" 1.16 +WGET_URL="ftp://ftp.ossp.org/pkg/lib/pth/$TARBALL" 1.17 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 @@ -23,8 +23,8 @@ 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 - mkdir -p $fs/usr 1.25 + mkdir -p $fs/usr/lib 1.26 cp -a $_pkg/usr/bin $fs/usr 1.27 - strip -s $fs/usr/bin/* 1.28 + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.29 } 1.30