1 Commits

Author SHA1 Message Date
Jay Larson
a9c3271b36 Removed dependency on self 2018-07-27 10:35:19 -05:00

View File

@@ -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')