diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-09-01 18:21:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-09-01 18:21:32 +0000 |
commit | 70cdf2df8b35a223a5d0e594cddc153c133bb10e (patch) | |
tree | d85f07538c47d575e75c568f1ae1ea20a7af4356 /games-util/linux-wbfs-manager | |
parent | Version bump, remove old unstable. Keep 3 stable version branches .10 .12 (diff) | |
download | gentoo-2-70cdf2df8b35a223a5d0e594cddc153c133bb10e.tar.gz gentoo-2-70cdf2df8b35a223a5d0e594cddc153c133bb10e.tar.bz2 gentoo-2-70cdf2df8b35a223a5d0e594cddc153c133bb10e.zip |
Initial version by me.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'games-util/linux-wbfs-manager')
-rw-r--r-- | games-util/linux-wbfs-manager/ChangeLog | 10 | ||||
-rw-r--r-- | games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.10.ebuild | 37 | ||||
-rw-r--r-- | games-util/linux-wbfs-manager/metadata.xml | 5 |
3 files changed, 52 insertions, 0 deletions
diff --git a/games-util/linux-wbfs-manager/ChangeLog b/games-util/linux-wbfs-manager/ChangeLog new file mode 100644 index 000000000000..0ff2c4a01fdc --- /dev/null +++ b/games-util/linux-wbfs-manager/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for games-util/linux-wbfs-manager +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/linux-wbfs-manager/ChangeLog,v 1.1 2009/09/01 18:21:32 vapier Exp $ + +*linux-wbfs-manager-0.1.10 (01 Sep 2009) + + 01 Sep 2009; Mike Frysinger <vapier@gentoo.org> + +linux-wbfs-manager-0.1.10.ebuild, +metadata.xml: + Initial version by me. + diff --git a/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.10.ebuild b/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.10.ebuild new file mode 100644 index 000000000000..c57523357ecb --- /dev/null +++ b/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.10.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.10.ebuild,v 1.1 2009/09/01 18:21:32 vapier Exp $ + +EAPI="2" + +inherit toolchain-funcs + +DESCRIPTION="WBFS manager for Linux using GTK+" +HOMEPAGE="http://code.google.com/p/linux-wbfs-manage/" +SRC_URI="http://linux-wbfs-manager.googlecode.com/files/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-libs/glib:2 + gnome-base/libglade:2.0" + +S=${WORKDIR}/${PN} + +src_prepare() { + sed -i \ + -e '/^CFLAGS/s:= -O2:+= $(CPPFLAGS):' \ + -e '/^LDFLAGS/d' \ + Makefile +} + +src_compile() { + emake CC="$(tc-getCC)" || die +} + +src_install() { + dobin wbfs_gtk || die + dodoc README +} diff --git a/games-util/linux-wbfs-manager/metadata.xml b/games-util/linux-wbfs-manager/metadata.xml new file mode 100644 index 000000000000..d3c2cc926f0b --- /dev/null +++ b/games-util/linux-wbfs-manager/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>games</herd> +</pkgmetadata> |