The following changes were made:
* Removed files which should not be tracked (manifest, snapinfo, etc) * Added dependencies
This commit is contained in:
4
Makefile
4
Makefile
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user