summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2007-06-30 12:10:19 +0000
committerAlon Bar-Lev <alonbl@gentoo.org>2007-06-30 12:10:19 +0000
commit6f78136b3977ac5bd69b95991fddead8d5bc0d81 (patch)
tree5d40b90752496e402866e02b3cfc523f94017c3a /sys-apps/pcsc-lite/pcsc-lite-1.3.1-r1.ebuild
parentAuthor informed me that package depends on >=fuse-2.5, updated ebuild (diff)
downloadgentoo-2-6f78136b3977ac5bd69b95991fddead8d5bc0d81.tar.gz
gentoo-2-6f78136b3977ac5bd69b95991fddead8d5bc0d81.tar.bz2
gentoo-2-6f78136b3977ac5bd69b95991fddead8d5bc0d81.zip
Cleanup
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'sys-apps/pcsc-lite/pcsc-lite-1.3.1-r1.ebuild')
-rw-r--r--sys-apps/pcsc-lite/pcsc-lite-1.3.1-r1.ebuild50
1 files changed, 0 insertions, 50 deletions
diff --git a/sys-apps/pcsc-lite/pcsc-lite-1.3.1-r1.ebuild b/sys-apps/pcsc-lite/pcsc-lite-1.3.1-r1.ebuild
deleted file mode 100644
index 2b9793b24c04..000000000000
--- a/sys-apps/pcsc-lite/pcsc-lite-1.3.1-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.3.1-r1.ebuild,v 1.9 2006/10/14 20:34:39 agriffis Exp $
-
-inherit multilib
-
-STUPID_NUM=1565
-MY_P="${PN}-${PV/_/-}"
-DESCRIPTION="PC/SC Architecture smartcard middleware library"
-HOMEPAGE="http://www.linuxnet.com/middle.html"
-SRC_URI="http://alioth.debian.org/download.php/${STUPID_NUM}/${MY_P}.tar.gz"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="amd64 arm hppa ia64 m68k ppc ppc64 s390 sh x86"
-IUSE="static debug"
-
-RDEPEND="!static? ( dev-libs/libusb )"
-DEPEND="dev-libs/libusb
- dev-util/pkgconfig"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- econf \
- --enable-extendedapdu \
- --enable-usbdropdir=/usr/$(get_libdir)/readers/usb \
- --enable-muscledropdir=/usr/share/pcsc/services \
- $(use_enable debug) \
- $(use_enable static) \
- || die "configure failed"
- emake || die
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
-
- dodoc AUTHORS ChangeLog DRIVERS HELP INSTALL NEWS README SECURITY
- dodoc doc/*.pdf doc/README.DAEMON
- docinto sample
- dodoc src/utils/README src/utils/sample.*
- rm -r "${D}"/usr/doc
-
- newinitd "${FILESDIR}"/pcscd-init pcscd
- newconfd "${FILESDIR}"/pcscd-confd pcscd
-}
-
-pkg_postinst() {
- ewarn "You should run 'revdep-rebuild --library libpcsclite.so.0'"
-}