From 1c9ef9a5fcaf5cb5d49103186e91be1dca8a79ef Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 1 Nov 2021 15:25:01 +0100 Subject: prout: drop package --- extra/prout/build | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 extra/prout/build (limited to 'extra/prout/build') diff --git a/extra/prout/build b/extra/prout/build deleted file mode 100755 index 2b6bbb70..00000000 --- a/extra/prout/build +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -e - -# Makefile has some issues so we are -# building manually. - -# We want wordsplitting here -# shellcheck disable=2086 -${CC:-cc} -lcups ${CFLAGS} ${LDFLAGS} prout.c -o prout - -install -Dm755 prout "$1/usr/bin/prout" -install -Dm644 prout.1 "$1/usr/share/man/man1/prout.1" -- cgit v1.2.3