summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-06-12 17:15:25 +0000
committerSamuli Suominen <drac@gentoo.org>2007-06-12 17:15:25 +0000
commitbf757fdadbaeda2d4bb5c5344f08e4aeea242c7a (patch)
tree04fa6f50895922f28f1ced10757d69c42d7ac874 /app-arch/xar/xar-1.5.1.ebuild
parentStable on alpha as per bug #178768 (diff)
downloadgentoo-2-bf757fdadbaeda2d4bb5c5344f08e4aeea242c7a.tar.gz
gentoo-2-bf757fdadbaeda2d4bb5c5344f08e4aeea242c7a.tar.bz2
gentoo-2-bf757fdadbaeda2d4bb5c5344f08e4aeea242c7a.zip
Version bump this maintainer-needed software. Basically start from scratch.
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-arch/xar/xar-1.5.1.ebuild')
-rw-r--r--app-arch/xar/xar-1.5.1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-arch/xar/xar-1.5.1.ebuild b/app-arch/xar/xar-1.5.1.ebuild
new file mode 100644
index 000000000000..71f0cd098674
--- /dev/null
+++ b/app-arch/xar/xar-1.5.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/xar/xar-1.5.1.ebuild,v 1.1 2007/06/12 17:15:25 drac Exp $
+
+DESCRIPTION="The XAR project aims to provide an easily extensible archive format."
+HOMEPAGE="http://code.google.com/p/xar"
+SRC_URI="http://xar.googlecode.com/files/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="virtual/libc"
+DEPEND="${RDEPEND}
+ dev-libs/openssl
+ dev-libs/libxml2
+ sys-libs/zlib"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed."
+}