diff options
author | Ctibor <ctibor.brancik@seznam.cz> | 2015-01-04 16:31:09 +0100 |
---|---|---|
committer | Ctibor <ctibor.brancik@seznam.cz> | 2015-01-04 16:31:09 +0100 |
commit | 4ec8848d6be3156b2b3ffb0e3d2222734cedc6fc (patch) | |
tree | 72d96b9d5356f9277f797a8e967fb53f60f93f63 | |
parent | c041a36c7a835e39800f197452053c7ab54a1ce4 (diff) | |
download | brancik-overlay-4ec8848d6be3156b2b3ffb0e3d2222734cedc6fc.tar.gz brancik-overlay-4ec8848d6be3156b2b3ffb0e3d2222734cedc6fc.tar.bz2 |
Added sci-libs/linuxdsi ebuild
-rw-r--r-- | sci-libs/linuxdsi/Manifest | 2 | ||||
-rw-r--r-- | sci-libs/linuxdsi/linuxdsi-0.1.1.ebuild | 22 |
2 files changed, 24 insertions, 0 deletions
diff --git a/sci-libs/linuxdsi/Manifest b/sci-libs/linuxdsi/Manifest new file mode 100644 index 0000000..f08626e --- /dev/null +++ b/sci-libs/linuxdsi/Manifest @@ -0,0 +1,2 @@ +DIST meade-dsi-0.1.1.tar.gz 348557 SHA256 50faf40bf53740cbb7a341f1171d388481442335a31348ec75f01e9bd1e38fbf SHA512 d34975dd86b9e94b3c99d05cd18b863db475dcb7709261e2205793215749abae2ece32e54d289c879ca2a63a954228d41d057aedc5d7c6b848e94b199b1a1e73 WHIRLPOOL 7690bb31d031c6d6994dba9fab2cb4eaa12a256022c6abc27e7db51aa53639424e1cc378480abdd516a40923b185d7e81b98c9c1743c7eb57bbe9d6717a95fdb +EBUILD linuxdsi-0.1.1.ebuild 451 SHA256 14b5e96aa7d9ea1fb26e2ea2334603c8160405d423d4cb6ad80d348898e71380 SHA512 c130b0eb53feb9929d48218bc8ce4b1c0049d2617129b49784b12dea280df440af014f8d8f1df862f5ecc0b89f85a17ae98756f0fe932a34b9748aea7ceb89e4 WHIRLPOOL b369d9631c524a93f005ba7a25d0f93ba4d0716f185abcb1f025c6363e2b1235583d9f6b4ccc897ff84df3f0fb01112d40602b1f5db9f35fa88f0c163f9accfe diff --git a/sci-libs/linuxdsi/linuxdsi-0.1.1.ebuild b/sci-libs/linuxdsi/linuxdsi-0.1.1.ebuild new file mode 100644 index 0000000..caaf1e6 --- /dev/null +++ b/sci-libs/linuxdsi/linuxdsi-0.1.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit eutils autotools + +DESCRIPTION="Library for accessing Meade Deep Sky Imager device" +HOMEPAGE="http://sourceforge.net/projects/linuxdsi/" +SRC_URI="mirror://sourceforge/${PN}/meade-dsi-${PV}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86 ~arm" + +SLOT="0" + +DEPEND="" + +RDEPEND="${DEPEND}" + +S="${WORKDIR}/meade-dsi-${PV}"
\ No newline at end of file |