summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/libosmocore/libosmocore-0.5.3.ebuild')
-rw-r--r--net-libs/libosmocore/libosmocore-0.5.3.ebuild19
1 files changed, 7 insertions, 12 deletions
diff --git a/net-libs/libosmocore/libosmocore-0.5.3.ebuild b/net-libs/libosmocore/libosmocore-0.5.3.ebuild
index 6bc8b11d46a1..07316964c1fb 100644
--- a/net-libs/libosmocore/libosmocore-0.5.3.ebuild
+++ b/net-libs/libosmocore/libosmocore-0.5.3.ebuild
@@ -1,25 +1,18 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libosmocore/libosmocore-0.5.3.ebuild,v 1.1 2012/08/11 04:59:50 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libosmocore/libosmocore-0.5.3.ebuild,v 1.2 2013/05/24 07:57:52 xmw Exp $
EAPI="4"
-inherit autotools eutils
-if [[ ${PV} == 9999* ]]; then
- inherit git-2
- SRC_URI=""
- EGIT_REPO_URI="git://git.osmocom.org/${PN}.git"
- KEYWORDS=""
-else
- SRC_URI="http://cgit.osmocom.org/cgit/libosmocore/snapshot/${P}.tar.bz2"
- KEYWORDS="~amd64 ~x86"
-fi
+inherit autotools eutils
DESCRIPTION="Utility functions for OsmocomBB, OpenBSC and related projects"
HOMEPAGE="http://bb.osmocom.org/trac/wiki/libosmocore"
+SRC_URI="http://cgit.osmocom.org/cgit/libosmocore/snapshot/${P}.tar.bz2"
LICENSE="GPL-2 LGPL-3"
SLOT="0"
+KEYWORDS="~amd64 ~x86"
IUSE="embedded"
RDEPEND=""
@@ -29,6 +22,8 @@ DEPEND="${RDEPEND}
src_prepare() {
# set correct version in pkgconfig files
sed -i "s/UNKNOWN/${PV}/" git-version-gen || die
+
+ epatch "${FILESDIR}"/${P}-automake-1.13.patch
eautoreconf
}