wok-6.x diff pth/receipt @ rev 16632
wiringpi: typo in tarball
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 12 06:41:14 2014 +0000 (2014-05-12) |
parents | b7319995b37e |
children | 17091bc7c301 |
line diff
1.1 --- a/pth/receipt Mon Jan 02 23:06:18 2012 +0100 1.2 +++ b/pth/receipt Mon May 12 06:41:14 2014 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="C library for multithreading inside server applications." 1.6 MAINTAINER="fraazz@altern.org" 1.7 +LICENSE="LGPL2.1" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.gnu.org/software/pth/" 1.10 WGET_URL="ftp://ftp.ossp.org/pkg/lib/pth/$TARBALL" 1.11 @@ -24,6 +25,6 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/lib 1.15 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.16 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.17 } 1.18