summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDean Bailey <alron@gentoo.org>2003-03-02 05:27:44 +0000
committerDean Bailey <alron@gentoo.org>2003-03-02 05:27:44 +0000
commit6859b90d58d152f6cd0f03a2c5d5fe92c61a46ac (patch)
treecf4faaa76f17b233b063d0d34bd5a9e10d2bd0b0 /media-sound/sulu
parentinitial ebuild #7827 (diff)
downloadgentoo-2-6859b90d58d152f6cd0f03a2c5d5fe92c61a46ac.tar.gz
gentoo-2-6859b90d58d152f6cd0f03a2c5d5fe92c61a46ac.tar.bz2
gentoo-2-6859b90d58d152f6cd0f03a2c5d5fe92c61a46ac.zip
whoops, forgot the einfo :)
Diffstat (limited to 'media-sound/sulu')
-rw-r--r--media-sound/sulu/sulu-0.15.ebuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/media-sound/sulu/sulu-0.15.ebuild b/media-sound/sulu/sulu-0.15.ebuild
index a4e81861cb32..d48de652932e 100644
--- a/media-sound/sulu/sulu-0.15.ebuild
+++ b/media-sound/sulu/sulu-0.15.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sulu/sulu-0.15.ebuild,v 1.1 2003/03/02 05:13:43 alron Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sulu/sulu-0.15.ebuild,v 1.2 2003/03/02 05:27:44 alron Exp $
DESCRIPTION="Samsung Uproar Linux Utility (sulu)"
HOMEPAGE="http://www.cs.toronto.edu/~kal/sulu/index.html"
SRC_URI="http://www.cs.toronto.edu/~kal/sulu/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~x86 ~ppc"
DEPEND=">=dev-libs/libusb-0.1.7
>=media-sound/lame-3.93.1
@@ -33,3 +33,8 @@ src_install() {
insinto /etc/hotplug
doins ${FILESDIR}/usb.usermap
}
+pkg_postinst() {
+ einfo "Remember to enable hotplug in your kernel and in"
+ einfo "your default runlevel to use sulu as a user instead"
+ einfo "of as root."
+}