You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-admin/killproc/killproc-2.13-r1.ebuild

29 lines
715 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/killproc/killproc-2.13-r1.ebuild,v 1.2 2014/07/04 12:59:00 klausman Exp $
EAPI=5
inherit eutils toolchain-funcs
DESCRIPTION="killproc and assorted tools for boot scripts"
HOMEPAGE="http://www.suse.de/"
SRC_URI="ftp://ftp.suse.com/pub/projects/init/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~x86"
src_prepare() {
epatch "${FILESDIR}/${P}-makefile.patch"
tc-export CC
export COPTS=${CFLAGS}
}
src_install() {
into /
dosbin checkproc fsync killproc startproc usleep
into /usr
doman *.8 *.1
dodoc README *.lsm
}