Lines 3-9
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= libqb |
4 |
PORTNAME= libqb |
5 |
PORTVERSION= 1.0.3 |
5 |
PORTVERSION= 1.0.3 |
|
|
6 |
PORTREVISION= 1 |
6 |
CATEGORIES= devel |
7 |
CATEGORIES= devel |
|
|
8 |
MASTER_SITES= https://github.com/ClusterLabs/libqb/releases/download/v${PORTVERSION}/ |
7 |
|
9 |
|
8 |
MAINTAINER= dpejesh@yahoo.com |
10 |
MAINTAINER= dpejesh@yahoo.com |
9 |
COMMENT= High performance logging, tracing, ipc, and polling library |
11 |
COMMENT= High performance logging, tracing, ipc, and polling library |
Lines 18-27
Link Here
|
18 |
QB_SOCKET_DIR?= /var/run/qb |
20 |
QB_SOCKET_DIR?= /var/run/qb |
19 |
PLIST_SUB+= QB_SOCKET_DIR=${QB_SOCKET_DIR} |
21 |
PLIST_SUB+= QB_SOCKET_DIR=${QB_SOCKET_DIR} |
20 |
|
22 |
|
21 |
USE_GITHUB= yes |
|
|
22 |
GH_ACCOUNT= ClusterLabs |
23 |
GH_TAGNAME= v${PORTVERSION} |
24 |
|
25 |
USE_BINUTILS= yes |
23 |
USE_BINUTILS= yes |
26 |
USE_LDCONFIG= yes |
24 |
USE_LDCONFIG= yes |
27 |
USES= autoreconf gmake libtool pathfix pkgconfig tar:xz |
25 |
USES= autoreconf gmake libtool pathfix pkgconfig tar:xz |