diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-04-24 01:16:01 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-04-24 01:16:01 +0000 |
commit | 536c3cf7fd64ce498836425fd10f136d8ca66f32 (patch) | |
tree | d4fc625cbc77f3773aaf52cf4008905c3ce6ba5c /media-sound/psmix | |
parent | new version (diff) | |
download | gentoo-2-536c3cf7fd64ce498836425fd10f136d8ca66f32.tar.gz gentoo-2-536c3cf7fd64ce498836425fd10f136d8ca66f32.tar.bz2 gentoo-2-536c3cf7fd64ce498836425fd10f136d8ca66f32.zip |
New package
Diffstat (limited to 'media-sound/psmix')
-rw-r--r-- | media-sound/psmix/ChangeLog | 13 | ||||
-rw-r--r-- | media-sound/psmix/files/digest-psmix-2 | 1 | ||||
-rw-r--r-- | media-sound/psmix/psmix-2.ebuild | 23 |
3 files changed, 37 insertions, 0 deletions
diff --git a/media-sound/psmix/ChangeLog b/media-sound/psmix/ChangeLog new file mode 100644 index 000000000000..4b71cb42df79 --- /dev/null +++ b/media-sound/psmix/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for media-sound/psmix +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/media-sound/psmix/ChangeLog,v 1.1 2002/04/24 01:16:01 rphillips Exp $ + +*psmix-2 (23 Apr 2002) + + 23 Apr 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/media-sound/psmix/files/digest-psmix-2 b/media-sound/psmix/files/digest-psmix-2 new file mode 100644 index 000000000000..a2a377104e11 --- /dev/null +++ b/media-sound/psmix/files/digest-psmix-2 @@ -0,0 +1 @@ +MD5 846659ec61213e31f02135e34c3a5b9f psmix2.tgz 40700 diff --git a/media-sound/psmix/psmix-2.ebuild b/media-sound/psmix/psmix-2.ebuild new file mode 100644 index 000000000000..5e33f7feee2a --- /dev/null +++ b/media-sound/psmix/psmix-2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Maintainer: Cedric Meury <cedric.meury@mensa.ch> +# $Header: /var/cvsroot/gentoo-x86/media-sound/psmix/psmix-2.ebuild,v 1.1 2002/04/24 01:16:01 rphillips Exp $ + +A="psmix2.tgz" +S="${WORKDIR}/psmix2" + +DESCRIPTION="A GTK audio mixer that can save state and window position." +SRC_URI="http://www.geocities.com/pssoft7/${A}" +HOMEPAGE="http://www.geocities.com/pssoft7/" + +DEPEND="x11-libs/gtk+ + sys-libs/gdbm" + +src_compile() { + make clean + emake || die +} + +src_install () { + dobin psmix2 +} |