summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2008-03-24 14:55:13 +0000
committerJoerg Bornkessel <hd_brummy@gentoo.org>2008-03-24 14:55:13 +0000
commit0d78a043b5c5337112fbe1aa9a283c6d1a5494b0 (patch)
treeca613d15a9865a1f4de15da1cf55fdcd2a2e065d /media-plugins/vdr-actuator/vdr-actuator-1.1.1.ebuild
parentSparc stable --- Bug #214456 --- seems fine. (diff)
downloadhistorical-0d78a043b5c5337112fbe1aa9a283c6d1a5494b0.tar.gz
historical-0d78a043b5c5337112fbe1aa9a283c6d1a5494b0.tar.bz2
historical-0d78a043b5c5337112fbe1aa9a283c6d1a5494b0.zip
cleanup; actuator-1.0.4 , x86, ~amd64 added; version bump
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'media-plugins/vdr-actuator/vdr-actuator-1.1.1.ebuild')
-rw-r--r--media-plugins/vdr-actuator/vdr-actuator-1.1.1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/media-plugins/vdr-actuator/vdr-actuator-1.1.1.ebuild b/media-plugins/vdr-actuator/vdr-actuator-1.1.1.ebuild
new file mode 100644
index 000000000000..05e91e83e783
--- /dev/null
+++ b/media-plugins/vdr-actuator/vdr-actuator-1.1.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-actuator/vdr-actuator-1.1.1.ebuild,v 1.1 2008/03/24 14:55:13 hd_brummy Exp $
+
+inherit vdr-plugin
+
+DESCRIPTION="VDR plugin: control an linear or horizon actuator attached trough the parallel port"
+HOMEPAGE="http://ventoso.org/luca/vdr/"
+SRC_URI="http://ventoso.org/luca/vdr/${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=">=media-video/vdr-1.5.8"
+
+src_unpack() {
+ vdr-plugin_src_unpack
+
+ fix_vdr_libsi_include "${S}/filter.c"
+}