add ebuilds (with some appropriate code change)

This commit is contained in:
eddyem
2018-10-28 21:29:23 +03:00
parent f5ba8ad63e
commit 4da483b33a
13 changed files with 250 additions and 18 deletions

View File

@@ -0,0 +1 @@
EBUILD libapogee-3.0.3179.ebuild 634 BLAKE2B 8541bd61810babc8c55e9855318652ed93f0b1434ea153cce9835f1b5c76a744acfaef57c2d5a82ca180fd4d77cbe81e3b515098f7128c56d4e0997f769e3cc6 SHA512 a2fe563ba97dd0037795a19a59168379f02a6d12cc12ad13c6868a1461ee58e9245498eeeb3c32203a311ba98b775a33842475bb0d12f0e90e0be8765b6b166c

View File

@@ -0,0 +1,36 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit unpacker
DESCRIPTION="Apogee CCD SDK"
HOMEPAGE=""
SRC_URI=""
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
S="${WORKDIR}/libapogee-3.0.3179"
src_unpack() {
tar -zxf /home/eddy/C-files/apogee_control/libapogee/libapogee-3.0.3179.tgz
}
src_configure() {
econf || die "econf failed"
}
#src_install() {
# insinto /usr/local/lib
# doins libfli.a
# insinto /usr/local/include
# doins libfli.h
# insinto /usr/share/pkgconfig
# doins fli.pc
#}