wok diff libetpan-dev/receipt @ rev 15819

traceroute: Moved traceroute to /usr/bin folder. Fixed WEB_SITE.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Jan 24 06:41:39 2014 +0000 (2014-01-24)
parents 129bb5b11a7e
children 993126b16f4a
line diff
     1.1 --- a/libetpan-dev/receipt	Wed Mar 02 03:12:51 2011 +0000
     1.2 +++ b/libetpan-dev/receipt	Fri Jan 24 06:41:39 2014 +0000
     1.3 @@ -5,15 +5,16 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Mail librayry dev files."
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="libetpan"
     1.8 +LICENSE="BSD"
     1.9  WANTED="libetpan"
    1.10  WEB_SITE="http://libetpan.sourceforge.net/libetpan/index.html"
    1.11  
    1.12 +DEPENDS="libetpan"
    1.13 +
    1.14  genpkg_rules()
    1.15  {
    1.16  	mkdir -p $fs/usr/lib
    1.17 -	cp -a $_pkg/usr/bin $fs/usr
    1.18 -	cp -a $_pkg/usr/include $fs/usr
    1.19 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.20 -
    1.21 +	cp -a $install/usr/bin $fs/usr
    1.22 +	cp -a $install/usr/include $fs/usr
    1.23 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.24  }