blob: b7adb0f60277c4e95a54d4d8be669ecfc82b7e3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
HOMEPAGE = "http://gitorious.org/opensuse/zypper"
DESCRIPTION = "The ZYpp Linux Software management framework"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=3201406e350b39e05a82e28b5020f413"
DEPENDS = "libzypp augeas"
PR = "r0"
inherit cmake
SRCREV = "9eb0e248e06c8d20ad054be2439149d9ede37531"
SRC_URI = "git://gitorious.org/opensuse/zypper.git;protocol=git \
file://cmake.patch \
"
S = "${WORKDIR}/git"
PV = "1.4.7-git${SRCPV}"
|