wok view c-client/receipt @ rev 14789

Fix ownership and permissions for some files in some packages: adeskbar, ajaxterm, amsn, anacron, arora, asciiquarium, assaultcube-data, asterisk-sound-fr, asterisk-sound, attr-dev, attr, audacious, avidemux, awstats, bind-dev, binutils, blogotext, bootchart, btanks, bzip2-dev, c-client, cairo-dock.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jul 08 11:45:27 2013 +0300 (2013-07-08)
parents 8a4997fbdd88
children eb8067417980
line source
1 # SliTaz package receipt.
3 PACKAGE="c-client"
4 VERSION="2007f"
5 CATEGORY="development"
6 SHORT_DESC="mail store formats support."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.washington.edu/imap/"
9 SOURCE="imap"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WGET_URL="ftp://ftp.cac.washington.edu/mail/$TARBALL"
12 TAGS="imap pop3 smtp"
14 BUILD_DEPENDS="openssl-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 sed -i 's|SSLCFLAGS)|SSLCFLAGS) -I/usr/include/openssl|' \
21 src/osdep/unix/Makefile
22 make slx
23 mkdir -p $DESTDIR/usr/include/c-client $DESTDIR/usr/lib
24 cp src/c-client/*.h c-client/linkage.h c-client/osdep.h c-client/env_unix.h \
25 $DESTDIR/usr/include/c-client
26 cp c-client/c-client.a $DESTDIR/usr/lib
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 cp -a $install/* $fs
33 chown -R root:root $fs
34 }