|
|
@ -1,7 +1,15 @@ |
|
|
|
distribution = "Alpine" |
|
|
|
package-manager = "apk" |
|
|
|
repository-manager = "apk" |
|
|
|
with context |
|
|
|
.distribution = "Alpine" |
|
|
|
.packageManager = "apk" |
|
|
|
.packagesDirectory = "/opt/pkgxx/dev" |
|
|
|
.sourcesDirectory = "/opt/pkgxx/src" |
|
|
|
.repositoryManager = "apk" |
|
|
|
.builder = "Contributor Dev Team" |
|
|
|
.repositoryDescription = "pkg++ dev repository" |
|
|
|
|
|
|
|
builder = "Contributor Dev Team" |
|
|
|
with environment |
|
|
|
.MAKEFLAGS = "-j2" |
|
|
|
.CFLAGS = "-O2 -fPIC" |
|
|
|
.CXXFLAGS = "#{.CFLAGS}" |
|
|
|
.LDFLAGS = "" |
|
|
|
|
|
|
|
packages-directory = "/opt/pkgxx/dev" |
|
|
|