# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="nagra & *crypt descrambling extensions for xawdecode" HOMEPAGE="http://cricrac.free.fr/" SRC_URI="http://cricrac.free.fr/download/xawdecode/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" DEPEND=">=xawdecode-1.6.8" src_compile() { ./configure \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die "./configure failed" emake || die } src_install() { einstall || die dodoc Changelog xawdecoderc.sample AUTHORS INSTALL Readme.txt } pkg_postinst(){ einfo einfo "Please, Keep in mind that this software is for EDUCATIONAL PURPOSE ONLY!" einfo }