Completely re-written to be more modular (hopefully easier to follow):
* Separated logic in Snap.pm, Commands.pm, Package.pm, and Sources.pm * Removed usher creation of directory structure (now in files.tar.gz) * Files like /etc/passwd now handled by snap-base
This commit is contained in:
9
Makefile
9
Makefile
@@ -8,15 +8,15 @@
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
DEPENDS = bash,binutils,coreutils,gzip,iana-etc,iproute2,inetutils,initscripts,perl,shadow,sysvinit,tar
|
||||
DEPENDS = binutils,coreutils,gzip,perl=5.20.0,tar
|
||||
ARCH = x86_64
|
||||
URL =
|
||||
DESC = This is the base of the snaplinux system
|
||||
DESC = The Snaplinux package management system
|
||||
|
||||
ARCHIVE := ''
|
||||
SRCDIR := $(PWD)/SRC/snap
|
||||
PATCHDIR := $(PWD)/SRC/patches
|
||||
VERSION := 0.2sr1
|
||||
VERSION := 0.4-0
|
||||
|
||||
MAKEINST = make install
|
||||
|
||||
@@ -29,8 +29,7 @@ $(ROOT): $(SRCDIR)/Makefile
|
||||
mkdir -v $(ROOT); \
|
||||
fi
|
||||
|
||||
@cd $(SRCDIR); \
|
||||
$(MAKEINST) DESTDIR=$(ROOT)
|
||||
@cd $(SRCDIR) && $(MAKEINST) DESTDIR=$(ROOT)
|
||||
|
||||
clean:
|
||||
@rm -rvf $(ROOT) \
|
||||
|
||||
Reference in New Issue
Block a user