diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-04-29 08:54:53 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-04-29 08:54:53 +0200 |
commit | 13e6446ef69089698210c6290b07394e4544617d (patch) | |
tree | 9a914c39e7d5af0fff2582a5f791eed7c82b3001 /x11-misc/sselp | |
parent | x11-misc/sselp: Stable for HPPA (bug #616856). (diff) | |
download | gentoo-13e6446ef69089698210c6290b07394e4544617d.tar.gz gentoo-13e6446ef69089698210c6290b07394e4544617d.tar.bz2 gentoo-13e6446ef69089698210c6290b07394e4544617d.zip |
x11-misc/sselp: Old.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'x11-misc/sselp')
-rw-r--r-- | x11-misc/sselp/sselp-0.2.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/x11-misc/sselp/sselp-0.2.ebuild b/x11-misc/sselp/sselp-0.2.ebuild deleted file mode 100644 index 6f267e60a595..000000000000 --- a/x11-misc/sselp/sselp-0.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -inherit toolchain-funcs - -DESCRIPTION="Simple X selection printer" -HOMEPAGE="http://tools.suckless.org/x/sselp" -SRC_URI="http://dl.suckless.org/tools/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 hppa ~ppc ~ppc64 x86" - -DEPEND="x11-libs/libX11" -RDEPEND="${DEPEND}" - -src_unpack() { - unpack ${A} - cd "${S}" - - sed -i \ - -e "s|^CFLAGS = -std=c99 -pedantic -Wall -Os|CFLAGS += -std=c99 -pedantic -Wall|" \ - -e "s|^LDFLAGS = -s|LDFLAGS +=|" \ - -e "s|^CC = cc|CC = $(tc-getCC)|" \ - config.mk || die "sed failed" -} - -src_install() { - emake DESTDIR="${D}" PREFIX="/usr" install || die "emake install failed" - dodoc README -} |