mirror of
https://github.com/eddyem/apogee_control.git
synced 2026-03-21 01:01:06 +03:00
add ebuilds (with some appropriate code change)
This commit is contained in:
1
ebuild/sci-libs/libapogee/Manifest
Normal file
1
ebuild/sci-libs/libapogee/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
EBUILD libapogee-3.0.3179.ebuild 634 BLAKE2B 8541bd61810babc8c55e9855318652ed93f0b1434ea153cce9835f1b5c76a744acfaef57c2d5a82ca180fd4d77cbe81e3b515098f7128c56d4e0997f769e3cc6 SHA512 a2fe563ba97dd0037795a19a59168379f02a6d12cc12ad13c6868a1461ee58e9245498eeeb3c32203a311ba98b775a33842475bb0d12f0e90e0be8765b6b166c
|
||||
36
ebuild/sci-libs/libapogee/libapogee-3.0.3179.ebuild
Normal file
36
ebuild/sci-libs/libapogee/libapogee-3.0.3179.ebuild
Normal 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
|
||||
#}
|
||||
Reference in New Issue
Block a user