#!/bin/bash

# A build wrapper script to remind me of how it used to be in the olde days
# before r2b, and so that I don't need to remember the complexities of r2b :-)
#
# This only builds the xorg server package.  This is useful if we need to do
# an update of it outside of what Slackware upstream is doing.
#
BL=/tmp/r2b-buildlist
cat << EOF > $BL
**R2B
_X11MOD_ +x/xorg-server-000-FOO-1.txz:  Upgraded.
**R2B
#_X11MOD_ +x/xorg-cf-files-1.0.8-aarch64-1.txz: Upgraded.
EOF


# Example to build some other packages within the batch:
#cat << EOF > $BL
#**R2B
#x/mesa
#x/libdrm
#_X11MOD_ +x/xf86-video-amdgpu-22.0.0-x86_64-2.txz:  Rebuilt.
#**R2B
#EOF

r2b -p1 -c $BL
#r2b -p2 -c $BL
