From 80220d777d783fc0b11c491f0c93eb712d38e427 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 5 Mar 2022 23:51:45 +0000 Subject: fixed up js78 --- repo/system/queue-standalone.xibuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 repo/system/queue-standalone.xibuild (limited to 'repo/system/queue-standalone.xibuild') diff --git a/repo/system/queue-standalone.xibuild b/repo/system/queue-standalone.xibuild new file mode 100644 index 0000000..c58dec8 --- /dev/null +++ b/repo/system/queue-standalone.xibuild @@ -0,0 +1,15 @@ +#!/bin/sh + +MAKEDEPS="make" +DEPS="" + +DESC="The queue.h header from glibc" + +ADDITIONAL=" + https://gitweb.gentoo.org/repo/gentoo.git/plain/sys-libs/queue-standalone/files/queue.h +" + +package () { + install -d $PKG_DEST/usr/include/sys/ + install -m644 queue.h $PKG_DEST/usr/include/sys/ +} -- cgit v1.2.1