]>
Commit | Line | Data |
---|---|---|
6fd44d68 NK |
1 | ############################################################# |
2 | # | |
3 | # rpm | |
4 | # | |
5 | ############################################################# | |
6 | RPM_VERSION = 5.0.3 | |
7 | RPM_SITE = http://rpm5.org/files/rpm/rpm-5.0/ | |
8 | RPM_AUTORECONF = YES | |
9 | ||
10 | RPM_DEPENDENCIES = zlib beecrypt neon popt | |
11 | ||
12 | RPM_CONF_ENV = CFLAGS="-I$(STAGING_DIR)/usr/include/beecrypt -I$(STAGING_DIR)/usr/include/neon" \ | |
13 | ac_cv_va_copy=yes | |
14 | ||
15 | RPM_CONF_OPT = --disable-build-versionscript --disable-rpath \ | |
16 | --without-selinux \ | |
17 | --without-python --without-perl \ | |
18 | --with-zlib=$(STAGING_DIR) \ | |
19 | --with-libbeecrypt=$(STAGING_DIR) \ | |
20 | --with-popt=$(STAGING_DIR) \ | |
21 | $(DISABLE_NLS) | |
22 | ||
23 | RPM_INSTALL_TARGET_OPT=DESTDIR=$(TARGET_DIR) program_transform_name= install | |
24 | ||
25 | $(eval $(call AUTOTARGETS,package,rpm)) |