DESCRIPTION="CableCrypt Decoder for Linux" HOMEPAGE="http://www.sector17.dhs.org/cabletv" SRC_URI="http://sector17.tvand.net/cabletv/download/${P}-src.tar.bz2" KEYWORDS="x86" LICENSE="as-is" DEPEND="virtual/x11" src_unpack() { unpack ${A} cd ${S} } src_compile() { emake } src_install() { dobin cabletv v4l-conf mkdir -p ${D}/etc/X11/app-defaults mv CableTV.ad ${D}/etc/X11/app-defaults/CableTV doins /etc/X11/app-defaults/CableTV dodoc README cabletv.sample Modeline.sample } pkg_postinst() { einfo "" einfo "This program is intended for educational and research use only." einfo "It might not be legal to decode and view an encrypted channel." einfo "All use of this program is at your own risk!!" einfo "" }