|
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 | |
|---|
| 5 | NAME = pycurl |
|---|
| 6 | VERSION = 7.19.0 |
|---|
| 7 | CATEGORIES = python |
|---|
| 8 | GARTYPE = v2 |
|---|
| 9 | |
|---|
| 10 | DESCRIPTION = PycURL is a Python interface to libcurl |
|---|
| 11 | define BLURB |
|---|
| 12 | endef |
|---|
| 13 | |
|---|
| 14 | MASTER_SITES = http://pycurl.sourceforge.net/download/ |
|---|
| 15 | MASTER_SITES += http://src.opensolaris.org/source/raw/userland/src/components/python/pycurl/patches/ |
|---|
| 16 | DISTFILES += $(DISTNAME).tar.gz |
|---|
| 17 | |
|---|
| 18 | # Taken from http://src.opensolaris.org/source/xref/userland/src/components/python/pycurl/patches/pycurl-mondo.patch |
|---|
| 19 | PATCHFILES += pycurl-mondo.patch |
|---|
| 20 | PATCHDIRLEVEL = 0 |
|---|
| 21 | |
|---|
| 22 | VENDOR_URL = http://pycurl.sourceforge.net/ |
|---|
| 23 | |
|---|
| 24 | PACKAGES += CSWpy-curl |
|---|
| 25 | SPKG_DESC_CSWpy-curl = PycURL is a Python interface to libcurl |
|---|
| 26 | RUNTIME_DEP_PKGS_CSWpy-curl += CSWlibidn11 |
|---|
| 27 | RUNTIME_DEP_PKGS_CSWpy-curl += CSWlibpython2-6-1-0 |
|---|
| 28 | RUNTIME_DEP_PKGS_CSWpy-curl += CSWlibcurl4 |
|---|
| 29 | RUNTIME_DEP_PKGS_CSWpy-curl += CSWlibz1 |
|---|
| 30 | RUNTIME_DEP_PKGS_CSWpy-curl += CSWosslrt |
|---|
| 31 | |
|---|
| 32 | # These are docs only |
|---|
| 33 | CHECKPKG_OVERRIDES_CSWpy-curl += file-with-bad-content|/usr/local|root/opt/csw/share/doc/pycurl/INSTALL |
|---|
| 34 | CHECKPKG_OVERRIDES_CSWpy-curl += file-with-bad-content|/usr/share|root/opt/csw/share/doc/pycurl/ChangeLog |
|---|
| 35 | |
|---|
| 36 | TEST_SCRIPTS = $(WORKSRC)/Makefile |
|---|
| 37 | TEST_TARGET = test |
|---|
| 38 | |
|---|
| 39 | include gar/category.mk |
|---|