mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-plugins/wmcp: EAPI7, improve ebuild
This commit is contained in:
committed by
Bernard Cafarelli
parent
57cdaa39ec
commit
57ffc757f7
42
x11-plugins/wmcp/wmcp-1.2.8-r1.ebuild
Normal file
42
x11-plugins/wmcp/wmcp-1.2.8-r1.ebuild
Normal file
@@ -0,0 +1,42 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="A pager dockapp"
|
||||
HOMEPAGE="https://www.dockapps.net/wmcp"
|
||||
SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
|
||||
|
||||
RDEPEND="x11-libs/libX11
|
||||
x11-libs/libXext
|
||||
x11-libs/libXpm"
|
||||
DEPEND="${RDEPEND}
|
||||
x11-base/xorg-proto"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eapply "${FILESDIR}"/${P}-gcc33.patch
|
||||
eapply "${FILESDIR}"/${P}-stdlibh.patch
|
||||
sed -i \
|
||||
-e "s:gcc:$(tc-getCC):g" \
|
||||
-e "s:i686-pc-linux-gnu-gcc -g:i686-pc-linux-gnu-gcc:g" \
|
||||
-e "s:i686-pc-linux-gnu-gcc -o:i686-pc-linux-gnu-gcc ${LDFLAGS} -o:" \
|
||||
Makefile || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake -j1 INCLUDES="-I/usr/include/X11" \
|
||||
LIBINC="-L/usr/$(get_libdir)" \
|
||||
FLAGS="${CFLAGS}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin wmcp
|
||||
dodoc README
|
||||
}
|
||||
Reference in New Issue
Block a user