1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

root/csw/mgar/pkg/cadaver/trunk/Makefile

Revision 18034, 1.8 KB (checked in by chninkel, 7 days ago)

cadaver/trunk: rebuilt against libssl 1.0

Line 
1#####################################################################
2# OpenCSW build recipe for cadaver
3#
4# Copyright 2009 Yann Rouillard <yann@pleiades.fr.eu.org>
5# All rights reserved.  Use is subject to license terms.
6#
7# Redistribution and/or use, with or without modification, is
8# permitted.  This software is without warranty of any kind.  The
9# author(s) shall not be liable in the event that use of the
10# software causes damage.
11#####################################################################
12
13###### Package information #######
14
15NAME = cadaver
16VERSION = 0.23.3
17CATEGORIES = net
18GARTYPE = v2
19
20DESCRIPTION = WebDAV commandline tool
21define BLURB
22 cadaver is a command-line WebDAV client. It supports resource upload/download/display, namespace
23 operations (copy/move), collection deletion/creation, property manipulation, and locking operations.
24endef
25
26PACKAGES = CSWcadaver
27SPKG_DESC_CSWcadaver = $(DESCRIPTION)
28
29RUNTIME_DEP_PKGS_CSWcadaver = CSWlibssl1-0-0
30RUNTIME_DEP_PKGS_CSWcadaver += CSWlibintl8
31RUNTIME_DEP_PKGS_CSWcadaver += CSWlibneon27
32RUNTIME_DEP_PKGS_CSWcadaver += CSWlibreadline6
33RUNTIME_DEP_PKGS_CSWcadaver += CSWlibexpat1
34RUNTIME_DEP_PKGS_CSWcadaver += CSWlibz1
35
36# Stub package that allow us to rename transparently the package
37# from CSWcadav to CSWcadaver
38OBSOLETED_BY_CSWcadaver = CSWcadav
39CATALOGNAME_CSWcadav = cadaver_stub
40
41
42###### Upstream and opencsw files information #######
43
44MASTER_SITES = http://www.webdav.org/cadaver/
45
46DISTFILES  = $(NAME)-$(VERSION).tar.gz
47DISTFILES += changelog.CSW
48
49##### Build and installation information #####
50
51CONFIGURE_ARGS = $(DIRPATHS)
52CONFIGURE_ARGS += --enable-nls
53CONFIGURE_ARGS += --with-ssl=openssl
54CONFIGURE_ARGS += --with-expat
55
56TEST_SCRIPTS =
57
58include gar/category.mk
59
60post-merge:
61        ginstall -D $(DOWNLOADDIR)/changelog.CSW $(PKGROOT)$(docdir)/$(NAME)/changelog.CSW
62
63
Note: See TracBrowser for help on using the browser.