Files
buildroot/package/libsoc/libsoc.mk
Yegor Yefremov b7fe073678 libsoc: add new package
[Peter: fix help text, doesn't need fork, file header, license tags]
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-09-12 22:30:18 +02:00

16 lines
450 B
Makefile

################################################################################
#
# libsoc
#
################################################################################
LIBSOC_VERSION = 356760dcb93b22d6c67c5232cde2ade8c968c932
LIBSOC_SITE = http://github.com/jackmitch/libsoc/tarball/$(LIBSOC_VERSION)
LIBSOC_LICENSE = LGPLv2.1
LIBSOC_LICENSE_FILES = COPYING
LIBSOC_AUTORECONF = YES
LIBSOC_INSTALL_STAGING = YES
$(eval $(autotools-package))