mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-misc/cstream: add 4.0.0
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
committed by
Conrad Kostecki
parent
fcd705f7dc
commit
96070b8f64
@@ -1 +1,2 @@
|
||||
DIST cstream-3.2.1.tar.gz 110388 BLAKE2B 4537f2affd696620f53cfdb08d8f85ba01bdc1b5db8b3d8fa3e373a1ece96f2dc1e88efed20f1278ffde87cd1456b466d87c2c2c05480abdf79af84ca7d629f7 SHA512 f40819f07e27887528d9ff1abe6183e6e97fcefc60eb0b289f20449cdef73567b2cb5f40c52bf66dd3f4c8f869bdfdcbe0faa983659e6f8f427129f75ee1ee70
|
||||
DIST cstream-4.0.0.tar.gz 113042 BLAKE2B 3f9238de2c39b62c27eece6920e20b132eaf85e4455584a3bea48024bf0017338027988a3f0b7fabcb247684dc66113412d6b5077aab1f5a59142f5ce2154d00 SHA512 fe9eedcc1a63e3dd14f569bd3ee6cce60b6d6d6169eb170086d8784cb16b4a79b93913a3ecedaf2091f342e27e3bb31db042cba118ffdd847f71d51b9039072c
|
||||
|
||||
26
app-misc/cstream/cstream-4.0.0.ebuild
Normal file
26
app-misc/cstream/cstream-4.0.0.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="General-purpose stream-handling tool like UNIX dd"
|
||||
HOMEPAGE="https://www.cons.org/cracauer/cstream.html"
|
||||
SRC_URI="https://www.cons.org/cracauer/download/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-3.2.1-Fix-implicit-function-declaration.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
rm auxdir/missing || die "Failed to remove auxdir/missing"
|
||||
|
||||
eautoreconf
|
||||
}
|
||||
Reference in New Issue
Block a user