wok diff radiusclient-ng-dev/receipt @ rev 20009

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Thu Aug 03 05:22:36 2017 -0300 (2017-08-03)
parents 7cb0c089e287
children 8dd8bab3f0ca
line diff
     1.1 --- a/radiusclient-ng-dev/receipt	Sat Aug 02 21:29:55 2008 +0000
     1.2 +++ b/radiusclient-ng-dev/receipt	Thu Aug 03 05:22:36 2017 -0300
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="RADIUS Client Library dev files."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="BSD"
     1.8  WEB_SITE="http://developer.berlios.de/projects/$PACKAGE/"
     1.9  WANTED="radiusclient-ng"
    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/lib/*.*a $fs/usr/lib
    1.16 -	cp -a $_pkg/usr/include $fs/usr
    1.17 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.18 +	cp -a $install/usr/include $fs/usr
    1.19  }