The following changes were made:

* Removed files which should not be tracked (manifest, snapinfo, etc)
  * Added dependencies
This commit is contained in:
2018-07-25 05:32:12 -05:00
parent 566eb03a8b
commit b25c1e4b69
4 changed files with 2 additions and 129 deletions

View File

@@ -62,7 +62,7 @@
# of the package.
export SRCPKG = krb5
export DEPENDS =
export DEPENDS = dash,e2fsprogs,glibc,openssl
export ARCH = x86_64
export URL = https://web.mit.edu/kerberos/
BUILDDEPS =
@@ -71,7 +71,7 @@ BRIEF = Kerberos is a network authentication protocol
DESC = Kerberos is a network authentication protocol. It is designed to \
provide strong authentication for client/server applications by using \
secret-key cryptography.
SNAPVER = 0
SNAPVER = 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')