mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
app-emulation/libdsk: add 1.5.21
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/39871 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
committed by
Conrad Kostecki
parent
2cca807ccd
commit
d47e3d9ba3
@@ -1 +1,2 @@
|
||||
DIST libdsk-1.5.19.tar.gz 1312201 BLAKE2B 340d69c64192a8d3522d8f96f1cdd989a62e76dc506f017c546a8ba11b2a685bb74626d780e13f2f90ed53911173bdd534dfedafa34602cd9bfa9611a60a53bc SHA512 6f9d0b386ff4b59b5385a882e74953548b24b7ea0b33a4d7f8fb9bd36bff956a40d576b3d0f40a132a9649c0178ab4d3f3875d966ebca7c4cc588f4aca84b5db
|
||||
DIST libdsk-1.5.21.tar.gz 1326482 BLAKE2B 4fb655ca2225ea58d6c81d18c23acf74860fa2ef718873d921b10841d44d0a2c5d1463f8198c204ab30329ba77b56865d0d88669940395c52f5bf9846cac9002 SHA512 aa217caa952ca6ed26b14932bb773d33bbcb7f4f4621815879113b33f2cc5936cd0f31fb7a1776e5adb3096b085f653f0004eb95a25642a4bba32d612321b342
|
||||
|
||||
26
app-emulation/libdsk/libdsk-1.5.21.ebuild
Normal file
26
app-emulation/libdsk/libdsk-1.5.21.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="Library for accessing discs and disc image files"
|
||||
HOMEPAGE="https://www.seasip.info/Unix/LibDsk/"
|
||||
SRC_URI="https://www.seasip.info/Unix/LibDsk/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DOCS=( doc/${PN}.{txt,pdf} )
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
find "${ED}" -name '*.la' -delete || die
|
||||
}
|
||||
Reference in New Issue
Block a user