diff --git a/tests/popt/actions.py b/tests/popt/actions.py new file mode 100644 index 00000000..952c4886 --- /dev/null +++ b/tests/popt/actions.py @@ -0,0 +1,18 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- + +from pisi.actionsapi import gnuconfig +from pisi.actionsapi import autotools + +WorkDir='popt-1.7' + +def setup(): + gnuconfig.gnuconfig_update() +# libtoolize.libtoolize() + autotools.configure( '--with-nls' ) + +def build(): + autotools.make() + +def install(): + autotools.install() diff --git a/tests/popt/files/popt-1.7-uclibc.patch.gz b/tests/popt/files/popt-1.7-uclibc.patch.gz new file mode 100644 index 00000000..83bbae58 Binary files /dev/null and b/tests/popt/files/popt-1.7-uclibc.patch.gz differ diff --git a/tests/popt/pspec.xml b/tests/popt/pspec.xml new file mode 100644 index 00000000..698947a0 --- /dev/null +++ b/tests/popt/pspec.xml @@ -0,0 +1,80 @@ + + + + + + + + popt + http://www.rpm.org/ + + Kırmızı kafalar + hotmail@redhat.com + + As-Is + library:util:optparser + rpm:archive + Popt command line option parser + Command line option parsing library. + While it is similiar to getopt(3), it contains a number of enhancements, including: + + 1) popt is fully reentrant + 2) popt can parse arbitrary argv[] style arrays while + getopt(2) makes this quite difficult + 3) popt allows users to alias command line arguments + 4) popt provides convience functions for parsing strings + into argv[] style arrays + + + ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-1.7.tar.gz + + + popt-1.7-uclibc.patch.gz + + + make + + + + 06/14/2005 + 1.7 + 3 + + + 06/10/2005 + 1.7 + 2 + + + 05/05/2005 + 1.7 + 1 + + + + + + popt-libs + Command line option parsing library + Komut satırı seçenekleri işleme kütüphanesi + + gettext + + library files for popt + + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share/locale + /usr/include/popt.h + + + + 06/14/2005 + 1.7 + 2 + + + +