mirror of
https://github.com/eddyem/mytakepic.git
synced 2026-03-20 16:51:03 +03:00
add ebuilds
This commit is contained in:
1
ebuilds/sci-libs/fliusb/Manifest
Normal file
1
ebuilds/sci-libs/fliusb/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
EBUILD fliusb-1.3.ebuild 673 BLAKE2B 29b8c004c38dfa7cba4b2827311d0837ff18c49eb1172f7b711ac2267a6401f80b751347ad5add0c9919a264cdb170afda3b7433852f362b7d4c09dde854d0d3 SHA512 3454d61b37c2d652a9d055f67b2501732be27c5deeeaaceda16a10e3fcda895b2c22133548c5d8dc7238296d6e190b1b3c27a50feab3534957e109362134d3c2
|
||||
39
ebuilds/sci-libs/fliusb/fliusb-1.3.ebuild
Normal file
39
ebuilds/sci-libs/fliusb/fliusb-1.3.ebuild
Normal file
@@ -0,0 +1,39 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit linux-info linux-mod
|
||||
|
||||
DESCRIPTION="FLI USB kernel module"
|
||||
HOMEPAGE=""
|
||||
SRC_URI=""
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
S="${WORKDIR}"
|
||||
|
||||
MODULE_NAMES="fliusb(misc:fliusb:fliusb)"
|
||||
BUILD_TARGETS='default'
|
||||
|
||||
src_unpack() {
|
||||
cd ${S}
|
||||
tar -zvxf /home/eddy/C-files/mytakepic/extern/fliusb.tgz
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
cd ${S}/fliusb
|
||||
linux-mod_src_compile
|
||||
}
|
||||
|
||||
src_install() {
|
||||
linux-mod_src_install
|
||||
pushd /home/eddy/C-files/mytakepic/extern
|
||||
insinto /lib/udev/rules.d
|
||||
doins fliusb.rules
|
||||
}
|
||||
Reference in New Issue
Block a user