X-Git-Url: http://git.squeep.com/?p=portage-squeep;a=blobdiff_plain;f=games-server%2Ffbmuck%2Ffbmuck-6.11.ebuild;fp=games-server%2Ffbmuck%2Ffbmuck-6.11.ebuild;h=618608864562de00c155e97a4177f6cd184ca8d2;hp=acba2395725c1de2087be7721940144fcbb36ab7;hb=67dada83803bca148f3deafec6d97e13a0c8d9be;hpb=749c88a244229b32fcfc8bd63636a17ed41059f9 diff --git a/games-server/fbmuck/fbmuck-6.11.ebuild b/games-server/fbmuck/fbmuck-6.11.ebuild index acba239..6186088 100644 --- a/games-server/fbmuck/fbmuck-6.11.ebuild +++ b/games-server/fbmuck/fbmuck-6.11.ebuild @@ -1,5 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# $Header: $ inherit eutils fixheadtails @@ -9,7 +10,7 @@ DESCRIPTION="A database-backed multi-user chat server." SRC_URI="mirror://sourceforge/fbmuck/${P}.tar.gz" HOMEPAGE="http://www.belfry.com/fuzzball/" -SLOT="2" +SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 amd64" @@ -19,7 +20,7 @@ DEPEND=">=sys-apps/sed-4 RDEPEND="ssl? ( dev-libs/openssl ) pcre? ( dev-libs/libpcre )" -RESTRICT="nostrip" +RESTRICT="strip" src_unpack() { unpack ${A} @@ -42,16 +43,16 @@ src_install() { dodir /usr/bin keepdir /usr/share/fbmuck - make DESTDIR=${D} install || die "Could not install" + make DESTDIR="${D}" install || die "Could not install" exeinto /usr/bin - doexe ${FILESDIR}/fbmuckctl + doexe "${FILESDIR}"/fbmuckctl exeinto /etc/init.d - doexe ${FILESDIR}/fbmuck + doexe "${FILESDIR}"/fbmuck insinto /etc - doins ${FILESDIR}/fbmucks + doins "${FILESDIR}"/fbmucks dodoc CHANGESfb6 INSTALLATION README }