Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2af3bcb841 |
4
Makefile
4
Makefile
@@ -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')
|
||||||
|
|||||||
Reference in New Issue
Block a user