Removed dependency on self

This commit is contained in:
2018-05-30 17:22:52 -05:00
parent aca9ad0145
commit 2af3bcb841

View File

@@ -9,7 +9,7 @@
# GNU General Public License for more details. # GNU General Public License for more details.
export ARCH = x86_64 export ARCH = x86_64
export DEPENDS = db,glibc,libgcc,libstdc++ export DEPENDS = glibc,libgcc,libstdc++
export BUILDDEPS = export BUILDDEPS =
export SRCPKG = $(PACKAGE) export SRCPKG = $(PACKAGE)
export URL = https://www.oracle.com/database/berkeley-db/index.html export URL = https://www.oracle.com/database/berkeley-db/index.html
@@ -17,7 +17,7 @@ REPO = main
BRIEF = Berkeley DB database libraries BRIEF = Berkeley DB database libraries
DESC = Berkeley DB is a family of embedded key-value database libraries \ DESC = Berkeley DB is a family of embedded key-value database libraries \
providing scalable high-performance data management services to applications. providing scalable high-performance data management services to applications.
SNAPVER = 1 SNAPVER = 2
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n') TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')