wok-next diff openal-dev/receipt @ rev 15118
tacacs+: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 14 21:57:19 2013 +0000 (2013-08-14) |
parents | df36976870fe |
children | 47e1df965953 |
line diff
1.1 --- a/openal-dev/receipt Thu Apr 19 07:17:34 2012 +0000 1.2 +++ b/openal-dev/receipt Wed Aug 14 21:57:19 2013 +0000 1.3 @@ -6,15 +6,17 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="cross-platform 3D audio API, development files." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="LGPL2" 1.8 WEB_SITE="http://www.openal.org/" 1.9 +WANTED="openal" 1.10 + 1.11 DEPENDS="openal" 1.12 -WANTED="openal" 1.13 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 genpkg_rules() 1.16 { 1.17 mkdir -p $fs/usr/lib 1.18 - cp -a $_pkg/usr/include $fs/usr 1.19 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.20 + cp -a $install/usr/include $fs/usr 1.21 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.22 } 1.23