Ticket #271: freesmartphone-vapi-0.0.20090627.ebuild

File freesmartphone-vapi-0.0.20090627.ebuild, 0.8 KB (added by aelia, 3 years ago)

ebuild for freesmartphone-vapi-0.0.20090627

Line 
1# Copyright 1999-2009 Gentoo Foundation
2# Distributed under the terms of the GNU General Public License v2
3# $Header: $
4
5inherit autotools base
6
7DESCRIPTION="Vala API for communication with frameworkd2 (cornucopia)."
8HOMEPAGE="http://www.freesmartphone.org"
9SRC_URI="http://gnusrv.epfl.ch/~abelenda/freesmartphone-vapi-0.0.20090627.tar.lzma
10         http://212.147.52.64/gentoo-distfiles/freesmartphone-vapi-0.0.20090627.tar.lzma"
11
12LICENSE="GPL-2"
13SLOT="0"
14KEYWORDS="~arm ~amd64"
15IUSE=""
16
17RDEPEND="
18          dev-libs/glib:2
19        "
20
21DEPEND="
22         $RDEPEND
23         >=dev-lang/vala-0.7.2
24           "
25
26src_unpack() {
27unpack ${A}
28cd "${WORKDIR}"
29# Caution! , this is only because I did my tarball by taking only
30# the misc-vapi folder in the repository
31mv misc-vapi ${P}
32cd "${S}"
33eautoreconf
34}