ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/ozone/mgar/pkg/py311/gar/garrc.sample
Revision: 11
Committed: Sat Jun 20 21:40:57 2026 UTC (4 weeks, 2 days ago) by operz
File size: 606 byte(s)
Log Message:
Add Python 3.11.15 recipe (OZSWpy311); update readline to link against ncurses (for Python curses module)

File Contents

# Content
1 # vim: ft=make
2 #
3 # ~/.garrc - Local settings file for the CSW build system.
4 #
5 # For the most part, any setting found in gar.conf.mk can be overridden by
6 # setting (or unsetting) the variable in this file. The system gar.conf.mk
7 # provides a reasonable set of defaults, but customizations may be required to
8 # build packages outside of the CSW build stack.
9 #
10
11 # Packaging information
12 SPKG_PACKAGER = Joe Developer
13 SPKG_EMAIL = jdev@domain.org
14
15 # Where to put finished packages
16 SPKG_EXPORT = /export/home/jdev/staging/build-$(shell date '+%d.%b.%Y')
17
18 # Proxy settings
19 #http_proxy =
20 #ftp_proxy =
21