mirror of
https://github.com/FOGProject/fos.git
synced 2026-04-12 20:42:28 -05:00
12 lines
339 B
Makefile
12 lines
339 B
Makefile
#############################################################
|
|
#
|
|
# libmspack
|
|
#
|
|
#############################################################
|
|
LIBMSPACK_VERSION:=0.4alpha
|
|
LIBMSPACK_SOURCE:=libmspack-$(LIBMSPACK_VERSION).tar.gz
|
|
LIBMSPACK_SITE:=http://www.cabextract.org.uk/libmspack
|
|
LIBMSPACK_INSTALL_STAGING=YES
|
|
|
|
$(eval $(autotools-package))
|