aboutsummaryrefslogtreecommitdiffstats
path: root/bs/pkginfo-header.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bs/pkginfo-header.sh')
-rwxr-xr-xbs/pkginfo-header.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/bs/pkginfo-header.sh b/bs/pkginfo-header.sh
deleted file mode 100755
index 0d5e4059d..000000000
--- a/bs/pkginfo-header.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-# basic package info:
-. bs/pkginfo.sh
-cat <<EOF
-/* Basic package info: */
-#define PACKAGE "$p"
-#define VERSION "$v"
-#define PACKAGE_BUGREPORT "$b"
-#define PACKAGE_NAME "$p"
-#define PACKAGE_STRING "$p $v"
-#define PACKAGE_TARNAME "$p"
-#define PACKAGE_VERSION "$v"
-#define PROTOCOL_VERSION "$pv"
-
-EOF
-