gdigi ebuild
This commit is contained in:
6
media-sound/gdigi/ChangeLog
Normal file
6
media-sound/gdigi/ChangeLog
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
# ChangeLog for x11-wm/dwm
|
||||||
|
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
|
||||||
|
# $Header: /var/cvsroot/gentoo-x86/x11-wm/dwm/ChangeLog,v 1.93 2015/03/20 09:00:16 jlec Exp $
|
||||||
|
|
||||||
|
20 Mar 2015; Justin Lecher <jlec@gentoo.org> dwm-9999.ebuild:
|
||||||
|
Initial version of the ebuild
|
||||||
35
media-sound/gdigi/gdigi-9999.ebuild
Normal file
35
media-sound/gdigi/gdigi-9999.ebuild
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
# Copyright 1999-2014 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Header: /var/cvsroot/gentoo-x86/x11-wm/dwm/dwm-6.0.ebuild,v 1.13 2014/11/20 11:47:14 jer Exp $
|
||||||
|
|
||||||
|
EAPI=5
|
||||||
|
inherit eutils toolchain-funcs git-2
|
||||||
|
|
||||||
|
DESCRIPTION="manage digitech products like xedit"
|
||||||
|
HOMEPAGE="http://desowin.org/gdigi/"
|
||||||
|
SRC_URI=""
|
||||||
|
EGIT_REPO_URI=${EGIT_REPO_URI:="https://github.com/desowin/gdigi.git"}
|
||||||
|
EGIT_BRANCH="master"
|
||||||
|
|
||||||
|
LICENSE="MIT"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
RDEPEND="
|
||||||
|
x11-libs/gtk+
|
||||||
|
dev-libs/libxml2
|
||||||
|
dev-libs/expat
|
||||||
|
media-libs/alsa-lib
|
||||||
|
"
|
||||||
|
DEPEND="
|
||||||
|
${RDEPEND}
|
||||||
|
"
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
mkdir -p "${D}/usr/bin"
|
||||||
|
mkdir -p "${D}/usr/share/applications"
|
||||||
|
mkdir -p "${D}/usr/share/icons"
|
||||||
|
|
||||||
|
einstall DESTDIR=${D} install
|
||||||
|
}
|
||||||
11
media-sound/gdigi/metadata.xml
Normal file
11
media-sound/gdigi/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<herd>proxy-maintainers</herd>
|
||||||
|
<maintainer>
|
||||||
|
<email>gentoo@cherboiche.org</email>
|
||||||
|
<name>Boudin</name>
|
||||||
|
<description>Maintainer. Assign bugs to him</description>
|
||||||
|
</maintainer>
|
||||||
|
<longdescription>gdigi reproduce the fonctionalities of xedit for digitech products</longdescription>
|
||||||
|
</pkgmetadata>
|
||||||
Reference in New Issue
Block a user