wok-6.x diff perdition-dev/receipt @ rev 9514
busybox/httpd: allow multiple headers
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Apr 06 17:03:44 2011 +0200 (2011-04-06) |
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 Wed Apr 06 17:03:44 2011 +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