gunnar: server/pear/Horde_Loader .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
Thu Jan 21 20:54:40 CET 2010


Author: gunnar

Update of /kolabrepository/server/pear/Horde_Loader
In directory doto:/tmp/cvs-serv5933

Added Files:
	.cvsignore ChangeLog Makefile package.info 
Log Message:
Add the Horde_Loader package which was still missing and is required to pull in feeds into horde.

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

--- NEW FILE: ChangeLog ---
2010-01-21  Gunnar Wrobel  <p at rdus.de>

	* package.info: Added package to Kolab CVS.


--- NEW FILE: Makefile ---
include ../../make-helper/pear.mk

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

# The name of the RPM package
package='Horde_Loader'

# 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-CVS'

# The name of the package in the source repository
pear_pkgdir='Loader'

# Commit tag or date to user
repo_commit='HORDE_3_3_6'

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

# Version number
version='0.1.0dev20091215'

# Package release number
release='20100111'

# 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'

# 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           \
'

# Package summary description
summary='Horde Class Loader'

# Long package description
description=' \
Autoload implementation and class loading manager for Horde \
'

# Source code license
license='LGPL'





More information about the commits mailing list