]>
Commit | Line | Data |
---|---|---|
6fd44d68 NK |
1 | ############################################################# |
2 | # | |
3 | # rpm | |
4 | # | |
5 | ############################################################# | |
a36ca7a8 | 6 | RPM_VERSION = 5.1.6 |
509fe4a6 | 7 | RPM_SITE = http://rpm5.org/files/rpm/rpm-5.1/ |
6fd44d68 | 8 | RPM_AUTORECONF = YES |
a36ca7a8 | 9 | RPM_LIBTOOL_PATCH = NO |
6fd44d68 | 10 | |
509fe4a6 | 11 | RPM_DEPENDENCIES = zlib bzip2 beecrypt neon popt |
6fd44d68 NK |
12 | |
13 | RPM_CONF_ENV = CFLAGS="-I$(STAGING_DIR)/usr/include/beecrypt -I$(STAGING_DIR)/usr/include/neon" \ | |
14 | ac_cv_va_copy=yes | |
15 | ||
16 | RPM_CONF_OPT = --disable-build-versionscript --disable-rpath \ | |
17 | --without-selinux \ | |
18 | --without-python --without-perl \ | |
19 | --with-zlib=$(STAGING_DIR) \ | |
20 | --with-libbeecrypt=$(STAGING_DIR) \ | |
21 | --with-popt=$(STAGING_DIR) \ | |
e2e55698 | 22 | --with-mutex=UNIX/fcntl \ |
c86f23b7 | 23 | --with-bzip2 |
6fd44d68 | 24 | |
509fe4a6 NK |
25 | RPM_MAKE_OPT = -j1 |
26 | ||
6fd44d68 NK |
27 | RPM_INSTALL_TARGET_OPT=DESTDIR=$(TARGET_DIR) program_transform_name= install |
28 | ||
29 | $(eval $(call AUTOTARGETS,package,rpm)) |