diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-30 18:31:08 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-30 18:31:08 +0000 |
commit | 738af9042f5a1625be56fe927bbecd9f0fd98f80 (patch) | |
tree | 169f6a58b7eadeff7d0679f6bed9399d9348196f /net-misc | |
parent | QA: Remove default src_compile. (diff) | |
download | gentoo-2-738af9042f5a1625be56fe927bbecd9f0fd98f80.tar.gz gentoo-2-738af9042f5a1625be56fe927bbecd9f0fd98f80.tar.bz2 gentoo-2-738af9042f5a1625be56fe927bbecd9f0fd98f80.zip |
QA: No need to cd ${S}; Remove default src_compile; Set S instead of renaming source directory
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/sambasentinel/sambasentinel-0.1.ebuild | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/net-misc/sambasentinel/sambasentinel-0.1.ebuild b/net-misc/sambasentinel/sambasentinel-0.1.ebuild index afe6afcf41e5..9b8394e095b8 100644 --- a/net-misc/sambasentinel/sambasentinel-0.1.ebuild +++ b/net-misc/sambasentinel/sambasentinel-0.1.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/sambasentinel/sambasentinel-0.1.ebuild,v 1.7 2004/06/25 00:09:38 agriffis Exp $ - +# $Header: /var/cvsroot/gentoo-x86/net-misc/sambasentinel/sambasentinel-0.1.ebuild,v 1.8 2005/07/30 18:31:08 swegener Exp $ DESCRIPTION="SambaSentinel is a GTK frontend to smbstatus" HOMEPAGE="http://kling.mine.nu/sambasentinel.htm" @@ -14,16 +13,8 @@ IUSE="" DEPEND=">=x11-libs/gtk+-1.2" -src_unpack() { - unpack ${A} - mv ${WORKDIR}/SambaSentinel ${WORKDIR}/${P} -} - -src_compile() { - emake || die -} +S="${WORKDIR}"/SambaSentinel src_install() { - cd ${S} dobin SambaSentinel } |