mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-12 21:52:11 +00:00
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
391 B
Makefile
14 lines
391 B
Makefile
################################################################################
|
|
#
|
|
# libserial
|
|
#
|
|
################################################################################
|
|
|
|
LIBSERIAL_VERSION = 0.6.0rc1
|
|
LIBSERIAL_SITE = http://downloads.sourceforge.net/libserial
|
|
LIBSERIAL_INSTALL_STAGING = YES
|
|
LIBSERIAL_LICENSE = GPLv2+
|
|
LIBSERIAL_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|