summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-09-24 19:59:13 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-09-24 19:59:13 +0000
commitff885629ccf5e2a606900c9d8c61ff8805218601 (patch)
tree81701037f38525cb738805e212cf32c63d7cce6e /net-p2p/dclib/dclib-0.3.21.ebuild
parentSplit out aa c and lame configure flags, to fix bug 236229. Remove old ~arch ... (diff)
downloadgentoo-2-ff885629ccf5e2a606900c9d8c61ff8805218601.tar.gz
gentoo-2-ff885629ccf5e2a606900c9d8c61ff8805218601.tar.bz2
gentoo-2-ff885629ccf5e2a606900c9d8c61ff8805218601.zip
Version bump
(Portage version: 2.2_rc9/cvs/Linux 2.6.25-gentoo-r7 i686)
Diffstat (limited to 'net-p2p/dclib/dclib-0.3.21.ebuild')
-rw-r--r--net-p2p/dclib/dclib-0.3.21.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/net-p2p/dclib/dclib-0.3.21.ebuild b/net-p2p/dclib/dclib-0.3.21.ebuild
new file mode 100644
index 000000000000..454fb70ecfb4
--- /dev/null
+++ b/net-p2p/dclib/dclib-0.3.21.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/dclib-0.3.21.ebuild,v 1.1 2008/09/24 19:59:13 armin76 Exp $
+
+DESCRIPTION="DirectConnect client library"
+HOMEPAGE="http://sourceforge.net/projects/wxdcgui"
+SRC_URI="mirror://sourceforge/wxdcgui/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND=">=app-arch/bzip2-1.0.2
+ >=dev-libs/libxml2-2.4.22"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed."
+ dodoc AUTHORS ChangeLog NEWS README TODO
+}