summaryrefslogtreecommitdiff
path: root/packages/kea/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'packages/kea/build.sh')
-rwxr-xr-xpackages/kea/build.sh20
1 files changed, 0 insertions, 20 deletions
diff --git a/packages/kea/build.sh b/packages/kea/build.sh
deleted file mode 100755
index ec46d293..00000000
--- a/packages/kea/build.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-CWD=$(pwd)
-set -e
-
-SRC=isc-kea
-if [ ! -d ${SRC} ]; then
- echo "Source directory does not exists, please 'git clone'"
- exit 1
-fi
-
-cd ${SRC}
-PATCH_DIR=${CWD}/patches
-for patch in $(ls ${PATCH_DIR})
-do
- echo "I: Apply patch: ${PATCH_DIR}/${patch}"
- patch -p1 < ${PATCH_DIR}/${patch}
-done
-
-echo "I: Build Debian Package"
-dpkg-buildpackage -uc -us -tc -b -d