diff options
author | 2007-01-31 13:43:41 +0000 | |
---|---|---|
committer | 2007-01-31 13:43:41 +0000 | |
commit | 9551615457136e8c155cecdaf9c00bbbe039efef (patch) | |
tree | 2d24b5053180f535ba2fe4b063365a4c5d6622a3 /rox-extra/roxdao/roxdao-0.4-r1.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | historical-9551615457136e8c155cecdaf9c00bbbe039efef.tar.gz historical-9551615457136e8c155cecdaf9c00bbbe039efef.tar.bz2 historical-9551615457136e8c155cecdaf9c00bbbe039efef.zip |
Added APPCATEGORY so a .desktop file will be installed
Package-Manager: portage-2.1.2-r4
Diffstat (limited to 'rox-extra/roxdao/roxdao-0.4-r1.ebuild')
-rw-r--r-- | rox-extra/roxdao/roxdao-0.4-r1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/rox-extra/roxdao/roxdao-0.4-r1.ebuild b/rox-extra/roxdao/roxdao-0.4-r1.ebuild new file mode 100644 index 000000000000..ffacd0627c3f --- /dev/null +++ b/rox-extra/roxdao/roxdao-0.4-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/rox-extra/roxdao/roxdao-0.4-r1.ebuild,v 1.1 2007/01/31 13:43:41 lack Exp $ + +ROX_LIB_VER=2.0.3 +inherit rox + +MY_PN="RoxDAO" +DESCRIPTION="RoxDAO: A graphical frontend to cdrdao for the ROX Desktop." +HOMEPAGE="http://kymatica.com/index.php/Software" +SRC_URI="http://kymatica.com/uploads/Software/${MY_PN}-${PV}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="app-cdr/cdrdao + rox-extra/mp3ogg2wav" + +APPNAME=${MY_PN} +APPCATEGORY="AudioVideo;DiscBurning" +S=${WORKDIR} |