diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-08-11 00:33:31 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-08-11 00:33:31 +0100 |
commit | ff5dd7b3704b9e8f9f606d4929f95694ec84ddf3 (patch) | |
tree | 393b3bd8a65eb3ec464babab42da8d9ec88851c3 /net-wireless/rfidtool/rfidtool-0.01.ebuild | |
parent | 4c05e04608db666140daaa94499f5f90521a2cc4 (diff) |
cleanup
Diffstat (limited to 'net-wireless/rfidtool/rfidtool-0.01.ebuild')
-rw-r--r-- | net-wireless/rfidtool/rfidtool-0.01.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/net-wireless/rfidtool/rfidtool-0.01.ebuild b/net-wireless/rfidtool/rfidtool-0.01.ebuild deleted file mode 100644 index ce66d2fe..00000000 --- a/net-wireless/rfidtool/rfidtool-0.01.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -DESCRIPTION="command line rfid interface" -HOMEPAGE="http://www.bindshell.net/tools/rfidtool" -SRC_URI="http://www.bindshell.net/tools/rfidtool/$PN-v$PV.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -S="${WORKDIR}"/$PN-v$PV - -src_compile() { - gcc $CFLAGS main.c rfid.c -o rfidtool || die "compile failed" -} - -src_install() { - dobin rfidtool || die "install failed" - dodoc README || die "doc install failed" -} |