This commit is contained in:
Mario Fetka
2013-12-05 14:14:35 +01:00
parent 0f616d4921
commit ecef5085a5
33 changed files with 665 additions and 0 deletions

View File

@@ -0,0 +1 @@
EBUILD yast-core-9999.ebuild 1022 SHA256 2fd8bdb6022b62efa407dc502f13da6defad0b2fe9e771dfc8c14dfa314de19b SHA512 abff95f2e84164b5ebc827d42f714b4b75e20dd83c673c46b4184e68bd032638eba4b4e583bbfc86f7d295ef7e685447a5c67d18652dd563a66ed913a51f31b3 WHIRLPOOL 0b912b36a18a6276fd0d4b5f982eb673fb2fa4c75da912c2970ef3d793b54d69eca7852a9530908ce907bb5d3ca16c31112861a2dde2d1eb99327dbf016efd2b

View File

@@ -0,0 +1,41 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/xmlindent/xmlindent-0.2.17-r1.ebuild,v 1.4 2012/07/29 16:01:34 armin76 Exp $
EAPI="2"
inherit toolchain-funcs git-2 autotools
EGIT_REPO_URI="https://github.com/yast/yast-core.git"
DESCRIPTION="YaST2 - Core Libraries"
HOMEPAGE="http://github.com/yast/yast-core"
#SRC_URI="mirror://sourceforge/xmlindent/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64 ~arm"
IUSE=""
DEPEND="app-misc/fdupes
app-text/docbook-xsl-stylesheets
dev-libs/libxslt
dev-perl/XML-Writer
app-doc/doxygen
dev-tcltk/expect
dev-util/dejagnu
sys-libs/libxcrypt
dev-util/yast-devtools"
RDEPEND=""
src_prepare() {
# we use xcrypt ne need for the suse glibc owcrypt
sed -e "s!owcrypt!xcrypt!" -i configure.in.in
sed -e "s!<crypt.h>!<xcrypt.h>!" -i libycp/src/y2crypt.cc
y2tool y2autoconf
y2tool y2automake
eautoreconf
}
src_install() {
emake DESTDIR="${D}" install || die
}