wok diff c-client/receipt @ rev 14843

tightvnc-extra: improve receipt
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Jul 18 01:30:41 2013 +0200 (2013-07-18)
parents 8a4997fbdd88
children eb8067417980
line diff
     1.1 --- a/c-client/receipt	Mon Oct 17 01:28:15 2011 +0000
     1.2 +++ b/c-client/receipt	Thu Jul 18 01:30:41 2013 +0200
     1.3 @@ -5,12 +5,13 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="mail store formats support."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +WEB_SITE="http://www.washington.edu/imap/"
     1.8  SOURCE="imap"
     1.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.10 -WEB_SITE="http://www.washington.edu/imap/"
    1.11  WGET_URL="ftp://ftp.cac.washington.edu/mail/$TARBALL"
    1.12 +TAGS="imap pop3 smtp"
    1.13 +
    1.14  BUILD_DEPENDS="openssl-dev"
    1.15 -TAGS="imap pop3 smtp"
    1.16  
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19 @@ -20,16 +21,14 @@
    1.20  		src/osdep/unix/Makefile
    1.21  	make slx
    1.22  	mkdir -p $DESTDIR/usr/include/c-client $DESTDIR/usr/lib
    1.23 -	cp -a src/c-client/*.h $DESTDIR/usr/include/c-client
    1.24 -	cp c-client/linkage.h $DESTDIR/usr/include/c-client
    1.25 -	cp c-client/osdep.h $DESTDIR/usr/include/c-client
    1.26 -	cp c-client/env_unix.h $DESTDIR/usr/include/c-client
    1.27 +	cp src/c-client/*.h c-client/linkage.h c-client/osdep.h c-client/env_unix.h \
    1.28 +		$DESTDIR/usr/include/c-client
    1.29  	cp c-client/c-client.a $DESTDIR/usr/lib
    1.30  }
    1.31  
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.33  genpkg_rules()
    1.34  {
    1.35 -	cp -a $_pkg/* $fs
    1.36 +	cp -a $install/* $fs
    1.37 +	chown -R root:root $fs
    1.38  }
    1.39 -