wok-6.x diff pth/receipt @ rev 3325
Add: gcc+gcj
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Tue Jun 09 15:10:39 2009 +0000 (2009-06-09) |
parents | 315a30f94e81 |
children | b36b7d0594af |
line diff
1.1 --- a/pth/receipt Tue Apr 15 19:55:23 2008 +0200 1.2 +++ b/pth/receipt Tue Jun 09 15:10:39 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