gunnar: server/pear-h4/Horde_Feed-H4 .cvsignore, NONE, 1.1 ChangeLog, NONE, 1.1 Makefile, NONE, 1.1 package.info, NONE, 1.1

cvs at kolab.org cvs at kolab.org
Tue Feb 9 11:23:34 CET 2010


Author: gunnar

Update of /kolabrepository/server/pear-h4/Horde_Feed-H4
In directory doto:/tmp/cvs-serv32399/Horde_Feed-H4

Added Files:
	.cvsignore ChangeLog Makefile package.info 
Log Message:
Add the draft for some basic Horde4 libraries. These represent Horde HEAD snapshots that are being uploaded to files.kolab.org. This will not be part of the standard Kolab server release and are solely added for testing purposes at the moment. The current set of packages only supports installing the base Horde application.

--- NEW FILE: .cvsignore ---
*.src.rpm
*.tgz
*.spec
package.patch
tmp

--- NEW FILE: ChangeLog ---
2009-07-14  Gunnar Wrobel  <p at rdus.de>

	* package.info: Added package to Kolab CVS.


--- NEW FILE: Makefile ---
include ../Pear.mk

--- NEW FILE: package.info ---
# The name of Horde source package
pear_package='Feed'

# The name of the RPM package
package='Horde_Feed-H4'

# Where to find information about the package
package_url='http://pear.horde.org/index.php?package='

# How should the source be retrieved?
#
# WGET: Download via wget
package_origin='VC-GIT'

# The name of the package in the source repository
pear_pkgdir='framework/Feed'

# Commit tag or date to user
repo_commit='75980849adf24856c0cca39fdad5b145b15da30d'

# What release number should the source snapshot get (usually a date)?
repo_release='20090711'

# Version number
version='0.4.0dev20090711'

# Package release number
release='20090713'

# Source URL to download from
sourceurl='http://files.kolab.org/incoming/wrobel/'

# In which PHP library location should the library get installed
php_lib_loc='php-h4'

# Build prerequisites
buildprereq='                              \
BuildPreReq:  OpenPKG, openpkg >= 20070603 \
BuildPreReq:  php, php::with_pear = yes    \
BuildPreReq:  PEAR-Horde-Channel           \
'

# Installatin prerequisites
prereq='                                   \
PreReq:       OpenPKG, openpkg >= 20070603 \
PreReq:       php, php::with_pear = yes    \
PreReq:       PEAR-Horde-Channel           \
PreReq:       Horde_Xml_Element            \
'

# Package summary description
summary='Horde Feed libraries'

# Long package description
description=' \
This package provides support for working with RSS and Atom feeds. \
'

# Source code license
license='BSD'





More information about the commits mailing list