wok-6.x diff libao-dev/receipt @ rev 14996
Add LGPL2.1 licenses
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 10 11:00:21 2013 +0000 (2013-08-10) |
parents | 54ce68091a85 |
children | 8ed62ecac0c7 |
line diff
1.1 --- a/libao-dev/receipt Thu Aug 02 18:28:35 2012 +0100 1.2 +++ b/libao-dev/receipt Sat Aug 10 11:00:21 2013 +0000 1.3 @@ -5,16 +5,16 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="libao devel files" 1.6 MAINTAINER="rj.rohit@gmail.com" 1.7 +LICENSE="GPL2" 1.8 WANTED="libao" 1.9 WEB_SITE="http://downloads.xiph.org/releases/ao/" 1.10 1.11 - 1.12 # Rules to gen a SliTaz package suitable for Tazpkg. 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr/lib $fs/usr/share 1.16 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.17 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.18 - cp -a $_pkg/usr/include $fs/usr 1.19 - cp -a $_pkg/usr/share/aclocal $fs/usr/share 1.20 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.21 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.22 + cp -a $install/usr/include $fs/usr 1.23 + cp -a $install/usr/share/aclocal $fs/usr/share 1.24 }