gunnar: server/PEAR-Console_Getopt PEAR-Console_Getopt.spec, NONE, 1.1 Makefile, NONE, 1.1

cvs at kolab.org cvs at kolab.org
Thu May 24 14:34:12 CEST 2007


Author: gunnar

Update of /kolabrepository/server/PEAR-Console_Getopt
In directory doto:/tmp/cvs-serv12659/PEAR-Console_Getopt

Added Files:
	PEAR-Console_Getopt.spec Makefile 
Log Message:
	* PEAR-*/*:

	Added PEAR-* packages in preparation of getting the newest
	Horde into Kolab CVS.


--- NEW FILE: PEAR-Console_Getopt.spec ---
# Package Information
Name:      PEAR-Console_Getopt
Summary:   PEAR: Command-line option parser
URL:       http://pear.php.net/package/PEAR
Packager:  Gunnar Wrobel <wrobel at pardus.de> (p at rdus)
Version:   1.2.1
Release:   1
License:   PHP License
Group:     Development/Libraries
Distribution:	OpenPKG

# List of Sources
Source:    http://pear.php.net/get/Console_Getopt-%{version}.tgz

# Build Info
Prefix:	   %{l_prefix}
BuildRoot: %{l_buildroot}

%description 
This is a PHP implementation of "getopt" supporting both
short and long options.

%prep
	%setup -n Console_Getopt-%{version}

%build

%install
	rm -rf $RPM_BUILD_ROOT

        env PHP_PEAR_PHP_BIN="%{l_prefix}/bin/php -d safe_mode=off -d memory_limit=40M"   \
            PHP_PEAR_CACHE_DIR="/tmp/pear/cache" \
	    %{l_prefix}/bin/pear install --nodeps -R $RPM_BUILD_ROOT $RPM_SOURCE_DIR/Console_Getopt-%{version}.tgz
	rm -rf $RPM_BUILD_ROOT/%{l_prefix}/lib/php/{.filemap,.lock}


        %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} 

%clean
	rm -rf $RPM_BUILD_ROOT

%files -f files

--- NEW FILE: Makefile ---
RPM = /kolab/bin/openpkg rpm
NAME = PEAR-Console_Getopt
PACKAGE = PEAR-Console_Getopt
VERSION = 1.2.1
RELEASE = 1
KOLABRELEASE = $(RELEASE)

ifeq "x$(KOLABRPMSRC)" "x"
  KOLABRPMSRC = /kolab/RPM/SRC
endif

# Remove once moving to kolab cvs
SOURCE_0=http://pear.php.net/get/Console_Getopt-$(VERSION).tgz

all:
	test -d $(KOLABRPMSRC)/$(PACKAGE) || mkdir $(KOLABRPMSRC)/$(PACKAGE)
	cd $(KOLABRPMSRC)/$(PACKAGE) && wget -c "$(SOURCE_0)"

	cp $(PACKAGE).spec $(KOLABRPMSRC)/$(PACKAGE)
	cd $(KOLABRPMSRC)/$(PACKAGE) && $(RPM) -ba $(PACKAGE).spec

binary:
	$(RPM) -bB $(PACKAGE).spec





More information about the commits mailing list