Lines 12-18
Link Here
|
12 |
http://www.mirrors.wiretapped.net/security/network-security/gnutls/opencdk/ \ |
12 |
http://www.mirrors.wiretapped.net/security/network-security/gnutls/opencdk/ \ |
13 |
ftp://ftp.gnupg.org/pub/gcrypt/alpha/gnutls/opencdk/ \ |
13 |
ftp://ftp.gnupg.org/pub/gcrypt/alpha/gnutls/opencdk/ \ |
14 |
ftp://ftp.mirrors.wiretapped.net/security/network-security/gnutls/opencdk/ \ |
14 |
ftp://ftp.mirrors.wiretapped.net/security/network-security/gnutls/opencdk/ \ |
15 |
ftp://ftp.gnutls.org/pub/gnutls/opencdk/ |
15 |
ftp://ftp.gnutls.org/pub/gnutls/opencdk/ |
16 |
|
16 |
|
17 |
MAINTAINER= sergei@kolobov.com |
17 |
MAINTAINER= sergei@kolobov.com |
18 |
|
18 |
|
Lines 27-36
Link Here
|
27 |
DOCS= AUTHORS NEWS README THANKS |
27 |
DOCS= AUTHORS NEWS README THANKS |
28 |
|
28 |
|
29 |
post-patch: |
29 |
post-patch: |
30 |
${REINPLACE_CMD} -e 's,#include <malloc.h>,#include<stdlib.h>,' \ |
30 |
.for file in encrypt.c main.c |
31 |
${WRKSRC}/src/encrypt.c ${WRKSRC}/src/main.c |
31 |
${REINPLACE_CMD} -e 's/<malloc.h>/<stdlib.h>/' ${WRKSRC}/src/${file} |
|
|
32 |
.endfor |
32 |
|
33 |
|
33 |
post-install: |
34 |
post-install: |
|
|
35 |
${RM} -f ${PREFIX}/lib/libopencdk.la |
34 |
@${MKDIR} ${EXAMPLESDIR} |
36 |
@${MKDIR} ${EXAMPLESDIR} |
35 |
${INSTALL_DATA} ${WRKSRC}/tests/*.c ${EXAMPLESDIR} |
37 |
${INSTALL_DATA} ${WRKSRC}/tests/*.c ${EXAMPLESDIR} |
36 |
${INSTALL_DATA} ${WRKSRC}/tests/*.gpg ${EXAMPLESDIR} |
38 |
${INSTALL_DATA} ${WRKSRC}/tests/*.gpg ${EXAMPLESDIR} |