diff options
Diffstat (limited to 'sys-mobilephone/libfsotransport/libfsotransport-0.9.5.9.ebuild')
-rw-r--r-- | sys-mobilephone/libfsotransport/libfsotransport-0.9.5.9.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sys-mobilephone/libfsotransport/libfsotransport-0.9.5.9.ebuild b/sys-mobilephone/libfsotransport/libfsotransport-0.9.5.9.ebuild new file mode 100644 index 0000000..cc25e65 --- /dev/null +++ b/sys-mobilephone/libfsotransport/libfsotransport-0.9.5.9.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="freesmartphone.org transport library" +HOMEPAGE="http://www.freesmartphone.org" +SRC_URI="http://www.freesmartphone.org/sources/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~arm ~x86 ~amd64" +IUSE="" + +RDEPEND=">=dev-libs/glib-2.22.0 + >=dev-libs/dbus-glib-0.76 + >=dev-libs/libgee-0.5.0 + >=sys-mobilephone/libfsobasics-0.8.9.9" +DEPEND="${RDEPEND} + >=dev-lang/vala-0.7.8" + +src_install() { + emake DESTDIR="${D}" install || die "make install failed" +} |