Moved to slp format

This commit is contained in:
2020-08-23 07:08:06 -05:00
parent 2d2dfc68ae
commit 5c70940fb3
2 changed files with 6 additions and 6 deletions

View File

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