wok-stable diff perdition-dev/receipt @ rev 12003
clex: new icon added to stuff
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Mon Mar 05 08:55:26 2012 -0800 (2012-03-05) |
parents | 8e44b7502050 |
children | 16e488e884db |
line diff
1.1 --- a/perdition-dev/receipt Fri Mar 27 12:41:30 2009 +0000 1.2 +++ b/perdition-dev/receipt Mon Mar 05 08:55:26 2012 -0800 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