summaryrefslogtreecommitdiff
path: root/personal-pkgs-repo/files/autopkg-tail.mk
diff options
context:
space:
mode:
Diffstat (limited to 'personal-pkgs-repo/files/autopkg-tail.mk')
-rw-r--r--personal-pkgs-repo/files/autopkg-tail.mk13
1 files changed, 0 insertions, 13 deletions
diff --git a/personal-pkgs-repo/files/autopkg-tail.mk b/personal-pkgs-repo/files/autopkg-tail.mk
deleted file mode 100644
index 3b6d104..0000000
--- a/personal-pkgs-repo/files/autopkg-tail.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-ifndef AUTOPKG_VARIANT
- $(error "Don't include autopkg-tail.mk directly!")
-endif
-
-PKG_SOURCE_PROTO:=git
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz
-PKG_SOURCE_SUBDIR:=$(PKG_NAME)
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
-HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)
-
-undefine TMP_REPO_PATH
-undefine GIT_ARGS
-undefine AUTOPKG_TAIL