diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-11-02 15:39:33 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-11-02 15:39:33 +0000 |
commit | b417ad6619fecf50a091cff15c74ea9b368e8735 (patch) | |
tree | 161b3f369c3c4758dbbab6242d63df55cf697209 /dev-python/pycurl/pycurl-7.10.6.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-b417ad6619fecf50a091cff15c74ea9b368e8735.tar.gz gentoo-2-b417ad6619fecf50a091cff15c74ea9b368e8735.tar.bz2 gentoo-2-b417ad6619fecf50a091cff15c74ea9b368e8735.zip |
version bump
Diffstat (limited to 'dev-python/pycurl/pycurl-7.10.6.ebuild')
-rw-r--r-- | dev-python/pycurl/pycurl-7.10.6.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-python/pycurl/pycurl-7.10.6.ebuild b/dev-python/pycurl/pycurl-7.10.6.ebuild new file mode 100644 index 000000000000..578bb69d0c2c --- /dev/null +++ b/dev-python/pycurl/pycurl-7.10.6.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycurl/pycurl-7.10.6.ebuild,v 1.1 2003/11/02 15:39:28 liquidx Exp $ + +inherit distutils + +DESCRIPTION="python binding for curl/libcurl" +SRC_URI="http://pycurl.sourceforge.net/download/${P}.tar.gz" +HOMEPAGE="http://pycurl.sourceforge.net" + +IUSE="" +SLOT="0" +LICENSE="LGPL-2.1" +KEYWORDS="~x86 ~sparc" + +DEPEND=">=dev-lang/python-2.1.1 + >=net-ftp/curl-${PV}" + +src_install(){ + DOCS="TODO" + distutils_src_install + mv ${D}/usr/share/doc/pycurl/examples ${D}/usr/share/doc/${PF} + mv ${D}/usr/share/doc/pycurl/html ${D}/usr/share/doc/${PF} + mv ${D}/usr/share/doc/pycurl/tests ${D}/usr/share/doc/${PF} + rm -fr ${D}/usr/share/doc/pycurl +} |