Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5c70940fb3 |
12
Makefile
12
Makefile
@@ -9,22 +9,22 @@
|
||||
# GNU General Public License for more details.
|
||||
|
||||
ARCH = x86_64
|
||||
DEPENDS = dash,glibc,libgcc,libuv,libstdc++,ncurses
|
||||
BUILDDEPS = coreutils,curl-dev,expat-dev,libarchive,libuv-dev
|
||||
DEPENDS = bzip2,dash,glibc,libarchive,libcurl,libexpat,libgcc,libnettle,libstdc++,libuv,libxml2,ncurses,xz,zlib
|
||||
BUILDDEPS = bzip2-dev,curl-dev,expat-dev,libarchive,libuv-dev,libxml2-dev,ncurses-dev,nettle-dev,xz-dev,zlib-dev
|
||||
URL = https://cmake.org/
|
||||
REPO = dev
|
||||
BRIEF = Tool for building and packages software
|
||||
DESC = CMake is an open-source, cross-platform family of tools designed to \
|
||||
build, test and package software
|
||||
SNAPVER = 0
|
||||
SLVER = 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')
|
||||
SRCDIR := $(shell tar -tf $(ARCHIVE)|head -1|sed 's/\/.*//')
|
||||
PATCHDIR := $(PWD)/SRC/patches
|
||||
VERSION := $(shell echo $(SRCDIR)|egrep -o '\-[0-9].*'|sed 's/^-//')-$(SNAPVER)
|
||||
VERSION := $(shell echo $(SRCDIR)|egrep -o '\-[0-9].*'|sed 's/^-//')-$(SLVER)
|
||||
|
||||
include /usr/share/snap/Makefile.snaplinux
|
||||
include /usr/share/sl/Makefile.snaplinux
|
||||
|
||||
$(SRCDIR)/configure: $(ARCHIVE)
|
||||
@if [ '$(TYPE)' == 'application/x-bzip2' ]; then \
|
||||
@@ -72,7 +72,7 @@ test: $(ROOT)
|
||||
|
||||
clean:
|
||||
@rm -rvf $(ROOT) \
|
||||
$(SNAPINFO) \
|
||||
$(SLINFO) \
|
||||
$(MANIFEST) \
|
||||
$(FILES) \
|
||||
$(SRCDIR)
|
||||
|
||||
Reference in New Issue
Block a user