mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
media-sound/ibniz: fix tc-direct,cflags,pre-strip; depend libsdl[X]
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson <telans@posteo.de>
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="virtual machine designed for extremely compact low-level audiovisual programs"
|
||||
HOMEPAGE="http://pelulamu.net/ibniz/"
|
||||
SRC_URI="http://pelulamu.net/ibniz/${P}.tar.gz"
|
||||
@@ -10,11 +12,18 @@ SRC_URI="http://pelulamu.net/ibniz/${P}.tar.gz"
|
||||
LICENSE="ZLIB"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="media-libs/libsdl"
|
||||
DEPEND="media-libs/libsdl[X]"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
sed -e "s/gcc/$(tc-getCC)/" \
|
||||
-e "s/FLAGS=/FLAGS=${CFLAGS} /" \
|
||||
-e "s/-s //" \
|
||||
-i Makefile
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin ibniz
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user