convert razor_package_get_details() and razor_package_iterator_next() to varargs
The functions for getting package details about a package were limited to a few
things, when in the future we will want to support much more about a package.
The iterator was also limited to name,version,arch when most of the time we
didn't need all this data.
1 ## Process this file with automake to produce Makefile.in
4 -I$(top_builddir)/src -I$(top_srcdir)/src \
5 -DPACKAGE_LIBEXEC_DIR=\""$(libexecdir)"\" \
6 -DPACKAGE_SYSCONF_DIR=\""$(sysconfdir)"\" \
7 -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
8 -DPACKAGE_BIN_DIR=\""$(bindir)"\" \
9 -DPACKAGE_LOCALSTATE_DIR=\""$(localstatedir)"\" \
10 -DPACKAGE_LOCALE_DIR=\""$(localedir)"\" \
11 -DPACKAGE_LIB_DIR=\""$(libdir)"\"
13 lib_LTLIBRARIES = librazor.la
15 librazorincludedir = $(includedir)/razor
17 librazorinclude_HEADERS = \
20 librazor_la_SOURCES = \
33 librazor_la_LIBADD = $(ZLIB_LIBS)