|
Lines 6-13
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= emesene |
8 |
PORTNAME= emesene |
| 9 |
PORTVERSION= 1.0.1 |
9 |
PORTVERSION= 1.5 |
| 10 |
PORTREVISION= 1 |
|
|
| 11 |
CATEGORIES= net-im python |
10 |
CATEGORIES= net-im python |
| 12 |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} |
11 |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} |
| 13 |
|
12 |
|
|
Lines 33-40
Link Here
|
| 33 |
"false" |
32 |
"false" |
| 34 |
|
33 |
|
| 35 |
post-extract: |
34 |
post-extract: |
| 36 |
@cd ${WRKSRC} && \ |
35 |
cd ${WRKSRC} && \ |
| 37 |
${RM} -f GPL LGPL README |
36 |
${RM} -f GPL LGPL README && \ |
|
|
37 |
${PYTHON_CMD} setup.py build_ext -i |
| 38 |
|
38 |
|
| 39 |
post-patch: |
39 |
post-patch: |
| 40 |
@${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|g' ${WRKSRC}/${PORTNAME} |
40 |
@${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|g' ${WRKSRC}/${PORTNAME} |