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

root/csw/mgar/pkg/lang-python/pycurl/trunk/Makefile

Revision 16916, 1.2 KB (checked in by dmichelsen, 4 months ago)

WHOLE TREE: Explicitly set GARTYPE to current default 'v2'

  • Property svn:keywords set to Id
Line 
1# Copyright 2009 OpenCSW
2# Distributed under the terms of the GNU General Public License v2
3# $Id$
4
5NAME = pycurl
6VERSION = 7.19.0
7CATEGORIES = python
8GARTYPE = v2
9
10DESCRIPTION = PycURL is a Python interface to libcurl
11define BLURB
12endef
13
14MASTER_SITES = http://pycurl.sourceforge.net/download/
15MASTER_SITES += http://src.opensolaris.org/source/raw/userland/src/components/python/pycurl/patches/
16DISTFILES += $(DISTNAME).tar.gz
17
18# Taken from http://src.opensolaris.org/source/xref/userland/src/components/python/pycurl/patches/pycurl-mondo.patch
19PATCHFILES += pycurl-mondo.patch
20PATCHDIRLEVEL = 0
21
22VENDOR_URL = http://pycurl.sourceforge.net/
23
24PACKAGES += CSWpy-curl
25SPKG_DESC_CSWpy-curl = PycURL is a Python interface to libcurl
26RUNTIME_DEP_PKGS_CSWpy-curl += CSWlibidn11
27RUNTIME_DEP_PKGS_CSWpy-curl += CSWlibpython2-6-1-0
28RUNTIME_DEP_PKGS_CSWpy-curl += CSWlibcurl4
29RUNTIME_DEP_PKGS_CSWpy-curl += CSWlibz1
30RUNTIME_DEP_PKGS_CSWpy-curl += CSWosslrt
31
32# These are docs only
33CHECKPKG_OVERRIDES_CSWpy-curl += file-with-bad-content|/usr/local|root/opt/csw/share/doc/pycurl/INSTALL
34CHECKPKG_OVERRIDES_CSWpy-curl += file-with-bad-content|/usr/share|root/opt/csw/share/doc/pycurl/ChangeLog
35
36TEST_SCRIPTS = $(WORKSRC)/Makefile
37TEST_TARGET = test
38
39include gar/category.mk
Note: See TracBrowser for help on using the browser.