diff options
author | Lars Weiler <pylon@gentoo.org> | 2005-12-18 00:50:03 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2005-12-18 00:50:03 +0000 |
commit | 58c2f256c4005656a212e77b710b3f06168af564 (patch) | |
tree | acd169b810403bf25a39ecf1c1f2b9b12f188f84 | |
parent | Gunzipped the files/*.diff.gz (diff) | |
download | gentoo-2-58c2f256c4005656a212e77b710b3f06168af564.tar.gz gentoo-2-58c2f256c4005656a212e77b710b3f06168af564.tar.bz2 gentoo-2-58c2f256c4005656a212e77b710b3f06168af564.zip |
Thanks to Niels 'NachtKind' Will in Bug #61819 for this ebuild, dedicated to all Blinkenlight-lovers.
(Portage version: 2.0.53)
-rw-r--r-- | media-video/blinkentools/ChangeLog | 11 | ||||
-rw-r--r-- | media-video/blinkentools/Manifest | 2 | ||||
-rw-r--r-- | media-video/blinkentools/blinkentools-2.9.ebuild | 26 | ||||
-rw-r--r-- | media-video/blinkentools/files/digest-blinkentools-2.9 | 1 | ||||
-rw-r--r-- | media-video/blinkentools/metadata.xml | 16 |
5 files changed, 56 insertions, 0 deletions
diff --git a/media-video/blinkentools/ChangeLog b/media-video/blinkentools/ChangeLog new file mode 100644 index 000000000000..f6def67c43de --- /dev/null +++ b/media-video/blinkentools/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for media-video/blinkentools +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/blinkentools/ChangeLog,v 1.1 2005/12/18 00:50:02 pylon Exp $ + +*blinkentools-2.9 (18 Dec 2005) + + 18 Dec 2005; Lars Weiler <pylon@gentoo.org> +metadata.xml, + +blinkentools-2.9.ebuild: + Thanks to Niels 'NachtKind' Will in Bug #61819 for this ebuild, dedicated to + all Blinkenlight-lovers. + diff --git a/media-video/blinkentools/Manifest b/media-video/blinkentools/Manifest new file mode 100644 index 000000000000..eac952cfc6f2 --- /dev/null +++ b/media-video/blinkentools/Manifest @@ -0,0 +1,2 @@ +MD5 1ee8df34337d1c08e27fb54db1deb5b4 blinkentools-2.9.ebuild 559 +MD5 515e4795faade162ff0ebf04ec12341f files/digest-blinkentools-2.9 68 diff --git a/media-video/blinkentools/blinkentools-2.9.ebuild b/media-video/blinkentools/blinkentools-2.9.ebuild new file mode 100644 index 000000000000..d576c799d355 --- /dev/null +++ b/media-video/blinkentools/blinkentools-2.9.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/blinkentools/blinkentools-2.9.ebuild,v 1.1 2005/12/18 00:50:02 pylon Exp $ + +DESCRIPTION="blinkentools is a set of commandline utilities related to Blinkenlights." +HOMEPAGE="http://www.blinkenlights.de" +SRC_URI="http://www.blinkenlights.de/dist/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="media-libs/blib + media-libs/libmng" +RDEPEND="" + +src_compile() { + econf || die "econf failed" + emake || die "emake failed" +} + +src_install() { + make DESTDIR=${D} \ + install || die "install failed" +} diff --git a/media-video/blinkentools/files/digest-blinkentools-2.9 b/media-video/blinkentools/files/digest-blinkentools-2.9 new file mode 100644 index 000000000000..30eb7a277408 --- /dev/null +++ b/media-video/blinkentools/files/digest-blinkentools-2.9 @@ -0,0 +1 @@ +MD5 0555fb3d47e61ca5d1c441a18957459f blinkentools-2.9.tar.gz 560904 diff --git a/media-video/blinkentools/metadata.xml b/media-video/blinkentools/metadata.xml new file mode 100644 index 000000000000..20670d46a63d --- /dev/null +++ b/media-video/blinkentools/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>no-herd</herd> + <maintainer> + <email>pylon@gentoo.org</email> + <name>Lars Weiler</name> + </maintainer> + <longdescription lang="en"> + The blinkentools bring you scripts for handling and playing the beloved + videos from Blinkenlights and Arcade, recorded in blm-format, on your + local computer, an attached mini-Blinkenlights, or whatever you intend + to use them for. + </longdescription> +</pkgmetadata> + |