summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2010-01-01 22:05:03 +0000
committerBen de Groot <yngwin@gentoo.org>2010-01-01 22:05:03 +0000
commitdbe153716beb53b0d194b37ffbfcde8c32dcf726 (patch)
tree17464d8061b1da0459541f082d77e1cd84684c0f /dev-libs/libxdiff/libxdiff-0.23.ebuild
parentTransfer Prefix keywords (diff)
downloadhistorical-dbe153716beb53b0d194b37ffbfcde8c32dcf726.tar.gz
historical-dbe153716beb53b0d194b37ffbfcde8c32dcf726.tar.bz2
historical-dbe153716beb53b0d194b37ffbfcde8c32dcf726.zip
Initial commit from php testing overlay. Dependency of dev-php5/pecl-xdiff.
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/libxdiff/libxdiff-0.23.ebuild')
-rw-r--r--dev-libs/libxdiff/libxdiff-0.23.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-libs/libxdiff/libxdiff-0.23.ebuild b/dev-libs/libxdiff/libxdiff-0.23.ebuild
new file mode 100644
index 000000000000..24a0fefcba6f
--- /dev/null
+++ b/dev-libs/libxdiff/libxdiff-0.23.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxdiff/libxdiff-0.23.ebuild,v 1.1 2010/01/01 22:05:03 yngwin Exp $
+
+DESCRIPTION="Library for creating diff files"
+HOMEPAGE="http://www.xmailserver.org/xdiff-lib.html"
+SRC_URI="http://www.xmailserver.org/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+src_install() {
+ emake DESTDIR="${D}" install || die "make install failed"
+ dodoc AUTHORS ChangeLog
+}