diff options
author | Zack Welch <zwelch@gentoo.org> | 2003-03-20 08:12:47 +0000 |
---|---|---|
committer | Zack Welch <zwelch@gentoo.org> | 2003-03-20 08:12:47 +0000 |
commit | 8a4c58984e0d3146b302e8b56a45052b5104b9b1 (patch) | |
tree | 31d2bc0133241f3ad9624d798fa45cdf4251a921 /dev-perl/perlrapi/perlrapi-0.2.ebuild | |
parent | revision to add selinux support (diff) | |
download | gentoo-2-8a4c58984e0d3146b302e8b56a45052b5104b9b1.tar.gz gentoo-2-8a4c58984e0d3146b302e8b56a45052b5104b9b1.tar.bz2 gentoo-2-8a4c58984e0d3146b302e8b56a45052b5104b9b1.zip |
new ebuild; see bug 17419
Diffstat (limited to 'dev-perl/perlrapi/perlrapi-0.2.ebuild')
-rw-r--r-- | dev-perl/perlrapi/perlrapi-0.2.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/perlrapi/perlrapi-0.2.ebuild b/dev-perl/perlrapi/perlrapi-0.2.ebuild new file mode 100644 index 000000000000..936246d9baf7 --- /dev/null +++ b/dev-perl/perlrapi/perlrapi-0.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/perlrapi/perlrapi-0.2.ebuild,v 1.1 2003/03/20 08:12:47 zwelch Exp $ + +inherit perl-module + +S=${WORKDIR}/perlrapi + +DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync. - PERL bindings" +HOMEPAGE="http://sourceforge.net/projects/synce/" +SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="perl swig" + +DEPEND="virtual/glibc + app-pda/synce-librapi2" + |