wok diff fetchmail/receipt @ rev 15295

cdrtools: remove a wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 27 09:56:20 2013 +0000 (2013-09-27)
parents 57dede92d7fe
children 383d0ea319bb
line diff
     1.1 --- a/fetchmail/receipt	Mon Nov 26 20:16:31 2012 +0000
     1.2 +++ b/fetchmail/receipt	Fri Sep 27 09:56:20 2013 +0000
     1.3 @@ -5,14 +5,16 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="Mail retrieval and forwarding utility "
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="openssl"
     1.8 -BUILD_DEPENDS="openssl-dev"
     1.9 +LICENSE="GPL2"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://fetchmail.berlios.de/"
    1.12  WGET_URL="http://download.berlios.de/fetchmail/$TARBALL"
    1.13  HANDBOOK_URL="http://fetchmail.berlios.de/fetchmail-man.html"
    1.14  TAGS="email"
    1.15  
    1.16 +DEPENDS="openssl"
    1.17 +BUILD_DEPENDS="openssl-dev"
    1.18 +
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 @@ -26,6 +28,6 @@
    1.23  genpkg_rules()
    1.24  {
    1.25  	mkdir -p $fs/usr
    1.26 -	cp -a $_pkg/usr/bin $fs/usr
    1.27 +	cp -a $install/usr/bin $fs/usr
    1.28  }
    1.29