summaryrefslogtreecommitdiffstats
path: root/package/lzo/lzo.mk
blob: 78835069c08e38135eb278f8776b138217d454e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#############################################################
#
# lzo
#
#############################################################
LZO_VERSION:=2.03
LZO_SOURCE:=lzo-$(LZO_VERSION).tar.gz
LZO_SITE:=http://www.oberhumer.com/opensource/lzo/download
LZO_AUTORECONF = NO
LZO_INSTALL_STAGING = YES
LZO_INSTALL_TARGET = YES
LZO_INSTALL_STAGING_OPT = CC="$(TARGET_CC)" DESTDIR=$(STAGING_DIR) install
LZO_CONF_ENV =
LZO_CONF_OPT = $(DISABLE_LARGEFILE)
LZO_DEPENDENCIES = uclibc

$(eval $(call AUTOTARGETS,package,lzo))