############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = popt version = 1.15 release = 1 groups = System/Libraries url = http://www.rpm5.org/ license = MIT summary = C library for parsing command line parameters. description Popt is a C library for parsing command line parameters. Popt was heavily influenced by the getopt() and getopt_long() functions, but it improves on them by allowing more powerful argument expansion. end source_dl = build configure_options += \ --libdir=/lib \ install_cmds mkdir -pv %{BUILDROOT}/usr/lib rm -vf %{BUILDROOT}/lib/libpopt.so ln -sfv ../../lib/libpopt.so.0.0.0 %{BUILDROOT}/usr/lib/libpopt.so end end packages package %{name} end package %{name}-devel template DEVEL end package %{name}-debuginfo template DEBUGINFO end end