gdigi ebuild

This commit is contained in:
layman
2015-06-07 02:55:56 +02:00
parent 26fcbf1f03
commit 7db71add66
3 changed files with 52 additions and 0 deletions

View 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

View 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
}

View 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>