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-devtools-9999.ebuild 1099 SHA256 8d1e05ebdea8fd372c43b83da3a766bfb7c2bbd678165c1a5aa197abcd7f6a67 SHA512 f4d86ddda0e7e27a8edb7c546cd3602f6c29241f204f1dbfc7c9d4b0be4bfccfa7ac07a2a08f2fa5d1b7d1ea568b4b0c00ae91b021a459a423ced115955d05fe WHIRLPOOL 5931bc527b6f17ae78ec61db1f191ede957a2816be27761026c6ecfd348c7cc161f1ddccc471fa9fc8a179f42ffe2b0513dd5e242140823943b193295c0ced29

View File

@@ -0,0 +1,37 @@
# 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-devtools.git"
DESCRIPTION="YaST2 - Development Tools"
HOMEPAGE="http://github.com/yast/yast-devtools"
#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"
RDEPEND="dev-libs/yast-core
dev-ruby/"
src_prepare() {
sed -e "s!packages\/\$RPMNAME!\$RPMNAME-\$VERSION!" -i build-tools/aclocal/y2autoconf.m4 -i build-tools/scripts/y2autoconf
./build-tools/scripts/y2autoconf --bootstrap ./build-tools/
./build-tools/scripts/y2automake --bootstrap ./build-tools/
#ACLOCAL_AMFLAGS is recommended but we have a common Makefile.am
cat ./build-tools/aclocal/*.m4 > acinclude.m4
eautoreconf
}
src_install() {
emake DESTDIR="${D}" install || die
}