mirror of
https://github.com/eddyem/mytakepic.git
synced 2026-03-21 01:00:57 +03:00
add ebuilds
This commit is contained in:
1
ebuilds/sci-libs/libfli/Manifest
Normal file
1
ebuilds/sci-libs/libfli/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
EBUILD libfli-1.104.ebuild 561 BLAKE2B 51ea7f8fc11c6e4222b79405daba01642886cc5d47085a5dea09ce270029a7b989a27696c4e5da7a8c083f16581e6eb6411deab4ea418800571981c162a4b00f SHA512 d519b9d750a7d667b1d84a743a98e78bb6fa8ad8d68fc51c42a48cfa395193678bf8989eb9da517e2438b82a1e8861701ea6dc150a5794fa2307201f2a2896b9
|
||||
32
ebuilds/sci-libs/libfli/libfli-1.104.ebuild
Normal file
32
ebuilds/sci-libs/libfli/libfli-1.104.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit unpacker
|
||||
|
||||
DESCRIPTION="FLI CCD SDK"
|
||||
HOMEPAGE=""
|
||||
SRC_URI=""
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="sci-libs/fliusb"
|
||||
RDEPEND="${DEPEND}"
|
||||
S="${WORKDIR}/libfli-1.104"
|
||||
|
||||
src_unpack() {
|
||||
tar -zxf /home/eddy/C-files/mytakepic/extern/libfli-1.104.tgz
|
||||
}
|
||||
|
||||
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