wok diff perdition-dev/receipt @ rev 14463

Up: ndoutils (1.5.2)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Apr 27 03:10:35 2013 +0200 (2013-04-27)
parents 8e44b7502050
children 380ffe05937a
line diff
     1.1 --- a/perdition-dev/receipt	Fri Mar 27 12:41:30 2009 +0000
     1.2 +++ b/perdition-dev/receipt	Sat Apr 27 03:10:35 2013 +0200
     1.3 @@ -6,12 +6,13 @@
     1.4  SHORT_DESC="IMAP/POP proxy development files."
     1.5  MAINTAINER="pascal.bellard@slitaz.org"
     1.6  WEB_SITE="http://www.vergenet.net/linux/perdition"
     1.7 +DEPENDS="perdititon"
     1.8  WANTED="perdition"
     1.9  
    1.10  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.11  genpkg_rules()
    1.12  {
    1.13  	mkdir -p $fs/usr/lib
    1.14 -	cp -a $_pkg/usr/lib/*a $fs/usr/lib
    1.15 +	cp -a $_pkg/usr/lib/*.a $fs/usr/lib
    1.16  }
    1.17