diff --git a/Golden_Repo/a/APR-util/APR-util-1.6.1-GCCcore-11.3.0.eb b/Golden_Repo/a/APR-util/APR-util-1.6.1-GCCcore-11.3.0.eb
new file mode 100644
index 0000000000000000000000000000000000000000..52ae17f084c8d70d1651eea68e26516afa10d776
--- /dev/null
+++ b/Golden_Repo/a/APR-util/APR-util-1.6.1-GCCcore-11.3.0.eb
@@ -0,0 +1,32 @@
+easyblock = 'ConfigureMake'
+
+name = 'APR-util'
+version = '1.6.1'
+
+homepage = 'https://apr.apache.org/'
+description = "Apache Portable Runtime (APR) util libraries."
+
+toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
+
+source_urls = ['https://archive.apache.org/dist/apr/']
+sources = [SOURCELOWER_TAR_GZ]
+checksums = ['b65e40713da57d004123b6319828be7f1273fbc6490e145874ee1177e112c459']
+
+builddependencies = [('binutils', '2.38')]
+
+dependencies = [
+    ('APR', '1.7.0'),
+    ('SQLite', '3.38.3'),
+    ('expat', '2.4.8'),
+]
+
+configopts = "--with-apr=$EBROOTAPR/bin/apr-1-config --with-sqlite3=$EBROOTSQLITE --with-expat=$EBROOTEXPAT "
+
+sanity_check_paths = {
+    'files': ["bin/apu-1-config", "lib/libaprutil-1.%s" % SHLIB_EXT, "lib/libaprutil-1.a"],
+    'dirs': ["include/apr-1"],
+}
+
+parallel = 1
+
+moduleclass = 'tools'