mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
app-misc/prog-express: add 3.8.9
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
DIST prog-express-3.8.8-1.amd64.deb 37892996 BLAKE2B bc1a7cb59d1e5b2f2dc83598a00c0714127f20a35ff7acc768c2a305459e7a362da2f86c283dbc049e5a9200b2aedd2b019444106ae387e2f4b8ed5fdeeebfa3 SHA512 60d5f7592df20b0fe3119cc4e8e8c9aa6168838c6636b90cda6b9068d4dccf7c025593ee977a370cfbf7ab1fc3bf8373e46bdd0cdb27337874142c9e9d0603a6
|
||||
DIST prog-express-3.8.8-1.i386.deb 37892672 BLAKE2B 0735385044db036185c1005622645182fc354d799d1c869cf6e52e4269ab44eecf7c8211eb794ae885332ae8a4ac4a43d7ccdf58548cf50fa82ee65c71138ed4 SHA512 fd91692b7da9992224a657bfc1c48dd07ef0b7813efb7ca640ba57c23ece04a5791e43c246820739ce045dae89aa2b02b0404a419b296f14cb5f703ea59c8ed4
|
||||
DIST prog-express-3.8.9-1.amd64.deb 38052856 BLAKE2B e06b743593f2fe1a17fb0b0961c88fa920ed511635b922a106809000fda25805f9d57a2b605b7087d3758eb25739e1e951f95d639568b4ad04cddc3c79cb4998 SHA512 9a14ad7c689674d288d9f0e3ce6ebfabc1eb8ffd6fa0e7df8f9348f58eff83c43497f9799a6035fec6e98feda24d3c24c7d78a1e838a85916d6b02016fa503e6
|
||||
DIST prog-express-3.8.9-1.i386.deb 38052912 BLAKE2B 88d9b5ba7abd45c8f89a7a75aeec32ed9cfc2d4800a5b19e47299d6afbdce9d4c0f56a9ee9df8dc141d7a550f0e5d8acd9ba81c2bb1c6a1ae71eda76c6a78aaa SHA512 41179dd974bdf331838339ee16a905165ca23955bdd321f15f03bdb794fe0a289ca0bc513925e4c5edccb5675211c1a5371b3b85fb5cc155086746794aa6d908
|
||||
|
||||
80
app-misc/prog-express/prog-express-3.8.9.ebuild
Normal file
80
app-misc/prog-express/prog-express-3.8.9.ebuild
Normal file
@@ -0,0 +1,80 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit desktop udev unpacker xdg-utils
|
||||
|
||||
DESCRIPTION="A modern and intuitive control software for the Batronix USB programming devices"
|
||||
HOMEPAGE="https://www.batronix.com"
|
||||
SRC_URI="
|
||||
amd64? ( https://www.batronix.com/exe/Batronix/Prog-Express/deb/${P}-1.amd64.deb )
|
||||
x86? ( https://www.batronix.com/exe/Batronix/Prog-Express/deb/${P}-1.i386.deb )
|
||||
"
|
||||
S="${WORKDIR}"
|
||||
|
||||
KEYWORDS="-* ~amd64 ~x86"
|
||||
LICENSE="prog-express"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
dev-db/sqlite:3
|
||||
dev-dotnet/libgdiplus
|
||||
dev-lang/mono
|
||||
dev-lang/mono-basic
|
||||
virtual/libusb:1
|
||||
virtual/udev
|
||||
"
|
||||
|
||||
DOCS=(
|
||||
"usr/share/doc/prog-express/changelog"
|
||||
"usr/share/doc/prog-express/manuals"
|
||||
)
|
||||
|
||||
QA_PREBUILT="
|
||||
usr/bin/bxusb
|
||||
usr/bin/bxusb-gui
|
||||
usr/bin/prog-express
|
||||
usr/sbin/bxfxload
|
||||
"
|
||||
|
||||
src_unpack() {
|
||||
unpack_deb ${A}
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
gunzip usr/share/doc/prog-express/changelog.gz usr/share/man/man1/*.gz || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin usr/bin/{bxusb,bxusb-gui,prog-express}
|
||||
dosbin usr/sbin/bxfxload
|
||||
|
||||
insinto /usr/lib
|
||||
doins -r usr/lib/bxusb usr/lib/prog-express
|
||||
|
||||
insinto /usr/lib/prog-express
|
||||
doins "${FILESDIR}"/pe.exe.config
|
||||
|
||||
udev_dorules lib/udev/rules.d/85-batronix-devices.rules
|
||||
|
||||
doicon usr/share/pixmaps/prog-express.png
|
||||
|
||||
domenu usr/share/applications/prog-express.desktop
|
||||
|
||||
doman usr/share/man/man1/{bxfxload,bxusb,bxusb-gui,prog-express}.1
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
udev_reload
|
||||
xdg_desktop_database_update
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
udev_reload
|
||||
xdg_desktop_database_update
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
Reference in New Issue
Block a user