Skip to content
Snippets Groups Projects
Makefile 573 B
Newer Older
-include config.mk

PACKAGE := apk-tools
Timo Teräs's avatar
Timo Teräs committed
VERSION := 2.0.7
Natanael Copa's avatar
Natanael Copa committed
LIBDIR		:= /lib
CONFDIR		:= /etc/apk
MANDIR		:= /usr/share/man
DOCDIR		:= /usr/share/doc/apk
Natanael Copa's avatar
Natanael Copa committed
LUA_LIBDIR	:= /usr/lib/lua/5.1
Natanael Copa's avatar
Natanael Copa committed
export DESTDIR SBINDIR LIBDIR CONFDIR MANDIR DOCDIR LUA_LIBDIR
##
# Top-level rules and targets
##
# Include all rules and stuff
	$(INSTALLDIR) $(DESTDIR)$(DOCDIR)
	$(INSTALL) README $(DESTDIR)$(DOCDIR)