This repository has been archived on 2022-01-17. You can view files and clone it, but cannot push or open issues/pull-requests.
|
# /etc/packages.cfg
|
|
|
|
prefixes:
|
|
- /usr/weirdos
|
|
- /usr/bad
|
|
- /
|
|
|
|
packages-directory: /srv/packages
|
|
sources-directory: /srv/sources
|
|
|
|
environment:
|
|
- CFLAGS: -O2 -fPIC
|
|
- CXXFLAGS: -O2 -fPIC
|
|
- MAKEFLAGS: -j4
|
|
|
|
# EOF
|