aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaksim 'max_posedon' Melnikau <maxposedon@gmail.com>2009-11-08 18:22:40 +0000
committerMaksim 'max_posedon' Melnikau <maxposedon@gmail.com>2009-11-08 18:22:40 +0000
commit5a3cfbb9a6d82eca368e48ed8b85a8a384909c82 (patch)
tree421f8067ecd38f9213e3d47ecd3fb30dafd15660 /sys-mobilephone
parentbump libfsotransport-0.9.5.9 (diff)
downloadembedded-cross-5a3cfbb9a6d82eca368e48ed8b85a8a384909c82.tar.gz
embedded-cross-5a3cfbb9a6d82eca368e48ed8b85a8a384909c82.tar.bz2
embedded-cross-5a3cfbb9a6d82eca368e48ed8b85a8a384909c82.zip
bump libfsoframework-0.2.3.1
Diffstat (limited to 'sys-mobilephone')
-rw-r--r--sys-mobilephone/libfsoframework/Manifest2
-rw-r--r--sys-mobilephone/libfsoframework/libfsoframework-0.2.3.1.ebuild26
2 files changed, 28 insertions, 0 deletions
diff --git a/sys-mobilephone/libfsoframework/Manifest b/sys-mobilephone/libfsoframework/Manifest
index 03c8e7b..4ea4627 100644
--- a/sys-mobilephone/libfsoframework/Manifest
+++ b/sys-mobilephone/libfsoframework/Manifest
@@ -1,3 +1,5 @@
AUX disable-tests.patch 261 RMD160 44c9b4c106533ade47409cfd4bf8aa8170b01753 SHA1 cfdd68feaa791cc6e2dea0bb604c4e6acd95ab01 SHA256 ab07a1c9028cfa1955a53b42b326c8050a24704982b2e51a012d86c47606bc5e
+DIST libfsoframework-0.2.3.1.tar.bz2 269013 RMD160 3f1f2a02b9cf4a056f26935fab78bb2be9ac153a SHA1 256060e9861f3d0ec48842134ab2fa250e30567d SHA256 858c3910751cfa6d7cc3628cde875588cf1ba9082182eacbb461e09e6a307e3d
DIST libfsoframework-0.2.3.tar.bz2 258991 RMD160 ad5cd991a9a45dd76dc3a98418570fce89ab236e SHA1 cdd60ffe3cb92b01dde71cd18d61b07d827279f5 SHA256 c6725a216c057b9a21bd26b0fea5d9f5257bd0c1b8bd872a52f9e2335df12b71
+EBUILD libfsoframework-0.2.3.1.ebuild 585 RMD160 5cfce59f6cbec88213767eb49d2007b5d7726aa1 SHA1 0b69c98757f2f29684a56215f37e5b5b6b02aa40 SHA256 bbcca1d4759805c681f7c539830ee005b271500cad1a34c551178290cd2eff62
EBUILD libfsoframework-0.2.3.ebuild 703 RMD160 345306ce2cbad0db83fec0a6d2dfbc390d9c900b SHA1 4708728c1b344b48d0c32382491c269ccf318ff7 SHA256 52ec6ba4055ef825ff73cacaf162d5c7ee6fe515a4097a10e22b711727bfde75
diff --git a/sys-mobilephone/libfsoframework/libfsoframework-0.2.3.1.ebuild b/sys-mobilephone/libfsoframework/libfsoframework-0.2.3.1.ebuild
new file mode 100644
index 0000000..a41a5a3
--- /dev/null
+++ b/sys-mobilephone/libfsoframework/libfsoframework-0.2.3.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION=""
+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.18.0
+ >=dev-libs/dbus-glib-0.76
+ >=media-libs/alsa-lib-1.0.20
+ >=sys-apps/dbus-1.2.1
+ >=sys-mobilephone/libfsobasics-0.8.9.9"
+DEPEND="${RDEPEND}
+ >=dev-lang/vala-0.7.6"
+
+EAPI="2"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "make install failed"
+}