You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-admin/zypper/zypper-1.11.14.ebuild

38 lines
768 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/zypper/zypper-1.11.14.ebuild,v 1.1 2014/10/09 09:21:21 jlec Exp $
EAPI=5
inherit cmake-utils
DESCRIPTION="Command line RPM package manager developed by SUSE"
HOMEPAGE="http://en.opensuse.org/Portal:Zypper"
SRC_URI="http://github.com/openSUSE/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="
app-admin/augeas
dev-libs/libxml2
dev-libs/libzypp
sys-libs/readline:0
"
DEPEND="${DEPEND}
sys-devel/gettext
"
RESTRICT="test"
PATCHES=(
"${FILESDIR}"/${P}-fix-header.patch
)
src_test() {
cmake-utils_src_compile -C tests
cmake-utils_src_test
}