| Revision: | 11 |
| Committed: | Sat Jun 20 21:40:57 2026 UTC (4 weeks, 2 days ago) by operz |
| File size: | 345 byte(s) |
| Log Message: | Add Python 3.11.15 recipe (OZSWpy311); update readline to link against ncurses (for Python curses module) |
| # | Content |
|---|---|
| 1 | #!/bin/bash |
| 2 | |
| 3 | for pkg in $@ |
| 4 | do |
| 5 | owner=`curl -s http://www.opencsw.org/packages/$pkg | \ |
| 6 | grep Maintainer: | cut -f5 -d'>' | cut -f1 -d'<'` |
| 7 | version=`curl -s http://www.opencsw.org/packages/$pkg | \ |
| 8 | grep Version: | cut -f4 -d'>' | cut -f1 -d' '` |
| 9 | |
| 10 | printf "%-20s %-30s %s\n" $pkg ${version:-Unknown} "${owner:-Nobody}" |
| 11 | done |
| Name | Value |
|---|---|
| svn:executable | * |