diff --git a/Makefile b/Makefile index 6dd58e3..e6763e5 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ # GNU General Public License for more details. export ARCH = x86_64 -export DEPENDS = bzip2,dash,glibc,libgcc,libstdc++,ncurses,pcre,readline,zlib +export DEPENDS = bzip2,dash,glibc,libgcc,libstdc++,ncurses,readline,zlib export BUILDDEPS = export SRCPKG = $(PACKAGE) export URL = http://www.pcre.org/ @@ -17,7 +17,7 @@ REPO = main BRIEF = Library which implements regular expression matching DESC = The PCRE library is a set of functions that implement regular \ expression pattern matching using the same syntax and semantics as Perl 5. -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')