mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 01:37:34 -08:00
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
17 lines
404 B
Bash
17 lines
404 B
Bash
# Copyright 1999-2024 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
inherit gnustep-2
|
|
|
|
DESCRIPTION="Asynchronous networking library for GNUstep"
|
|
HOMEPAGE="https://gap.nongnu.org/talksoup/"
|
|
SRC_URI="https://savannah.nongnu.org/download/gap/${P}.tar.gz"
|
|
|
|
KEYWORDS="amd64 ppc x86"
|
|
LICENSE="GPL-2+ LGPL-2.1+"
|
|
SLOT="0"
|
|
|
|
PATCHES=( "${FILESDIR}"/${P}-no_rfc.patch )
|