summaryrefslogtreecommitdiff
blob: 1965376d7bb367bf8c1fbdb7678e261f5abedcaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit gnustep-2

DESCRIPTION="GNUstep Renaissance allows to describe user interfaces XML files"
HOMEPAGE="https://github.com/gnustep/libs-renaissance"
SRC_URI="http://www.gnustep.it/Renaissance/Download/${P/r/R}.tar.gz"
S="${WORKDIR}/${P/r/R}"

KEYWORDS="~amd64 ~ppc ~x86"
LICENSE="LGPL-2.1+"
SLOT="0"

PATCHES=( "${FILESDIR}"/${PN}-0.8.1_pre20070522-docpath.patch )