Redigest
This commit is contained in:
1
dev-libs/yast-ycp-ui-bindings/Manifest
Normal file
1
dev-libs/yast-ycp-ui-bindings/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
EBUILD yast-ycp-ui-bindings-9999.ebuild 1104 SHA256 aabd60d9d14028dd456665db7ca1a535580a87958a952538cf2633aadb22320c SHA512 82a363b4d0fc2d9e7b7c3617b8754627eac89906f0fad21cf3bbd7d7bbebc36643592f843e1d1f901f21287b9fc9390c9c722bcdd01dc402c0f09e727aa28783 WHIRLPOOL 97c570b9a28ecf28aed60acf310c45b12d110e6e403a56c86c4d9ad9b256b8583dab131d2bb62eb34ae350e6024cb3cac7eea5011707378533b211adbe1dcab4
|
||||
@@ -0,0 +1,43 @@
|
||||
# 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-ycp-ui-bindings.git"
|
||||
|
||||
DESCRIPTION="YaST2 - Core Libraries"
|
||||
HOMEPAGE="http://github.com/yast/yast-ycp-ui-bindings"
|
||||
#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-ruby/yard
|
||||
dev-util/yast-devtools"
|
||||
|
||||
RDEPEND="dev-libs/yast-core
|
||||
x11-libs/libyui-ncurses"
|
||||
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user