wok-next diff opal-dev/receipt @ rev 18925
description.txt should end with 0x0A byte (Carriage Return, Enter) to not glue with the next description in descriptions.txt.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Feb 25 15:02:38 2016 +0200 (2016-02-25) |
parents | 41801f3599a7 |
children |
line diff
1.1 --- a/opal-dev/receipt Wed May 05 18:43:50 2010 +0200 1.2 +++ b/opal-dev/receipt Thu Feb 25 15:02:38 2016 +0200 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Open Phone Abstraction library devel files." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="MPL" 1.8 WANTED="opal" 1.9 WEB_SITE="http://www.ekiga.org/" 1.10 1.11 @@ -12,6 +13,6 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/lib 1.15 - cp -a $_pkg/usr/include $fs/usr 1.16 - cp $_pkg/usr/lib/*.a $fs/usr/lib 1.17 + cp -a $install/usr/include $fs/usr 1.18 + cp $install/usr/lib/*.a $fs/usr/lib 1.19 }