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