aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/nidaqmx-dummy/nidaqmx-dummy-0.1.ebuild')
-rw-r--r--dev-libs/nidaqmx-dummy/nidaqmx-dummy-0.1.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-libs/nidaqmx-dummy/nidaqmx-dummy-0.1.ebuild b/dev-libs/nidaqmx-dummy/nidaqmx-dummy-0.1.ebuild
deleted file mode 100644
index 89ef839..0000000
--- a/dev-libs/nidaqmx-dummy/nidaqmx-dummy-0.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Dummy library to compile and link code using NI DAQmx under Linux"
-HOMEPAGE="http://doesntexist.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
-
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}
-
-pkg_nofetch() {
- ewarn "A source tarball for this package is not available, because it is based on propriatory NI code."
- ewarn "Please send astrofloyd [at] gmail a message if you're interested."
-}
-
-src_prepare() {
- cp etc/Makefile .
-}
-
-src_install() {
- doheader src/NIDAQmx.h
- dolib libNIDAQmx.so
- use static-libs && dolib libNIDAQmx.a
-}
-
-pkg_info() {
- ewarn "A source tarball for this package is not available, because it is based on propriatory NI code."
- ewarn "Please send astrofloyd [at] gmail a message if you're interested."
-}