2018-08-05 08:47:02 +00:00
|
|
|
with context
|
|
|
|
.distribution = "Alpine"
|
|
|
|
.packageManager = "apk"
|
2018-08-05 09:21:37 +00:00
|
|
|
.packagesDirectory = "/srv/pkgxx/dev"
|
|
|
|
.sourcesDirectory = "/srv/pkgxx/src"
|
2018-08-05 08:47:02 +00:00
|
|
|
.repositoryManager = "apk"
|
|
|
|
.builder = "Contributor Dev Team"
|
|
|
|
.repositoryDescription = "pkg++ dev repository"
|
2018-08-04 15:37:11 +00:00
|
|
|
|
2018-08-05 08:47:02 +00:00
|
|
|
with environment
|
|
|
|
.MAKEFLAGS = "-j2"
|
|
|
|
.CFLAGS = "-O2 -fPIC"
|
|
|
|
.CXXFLAGS = "#{.CFLAGS}"
|
|
|
|
.LDFLAGS = ""
|
2018-08-04 15:37:11 +00:00
|
|
|
|