Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
+++ /dev/null
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils base toolchain-funcs
-
-DESCRIPTION="The advanced PC speaker beeper"
-HOMEPAGE="http://www.johnath.com/beep/"
-SRC_URI="http://www.johnath.com/beep/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-PATCHES=( ${FILESDIR}/${PN}-1.2.2-Makefile.patch )
-
-pkg_setup() {
- tc-export CC
-}
-
-src_install() {
- dobin beep
- fperms 0711 /usr/bin/beep
- doman beep.1.gz
- dodoc CHANGELOG CREDITS README
-}