URI:
       tdbview-1.0.4.ebuild - parlay - yet another gentoo overlay
  HTML git clone https://git.parazyd.org/parlay
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
       tdbview-1.0.4.ebuild (517B)
       ---
            1 # Copyright 1999-2008 Gentoo Foundation
            2 # Distributed under the terms of the GNU General Public License v2
            3 # $Header: $
            4 
            5 inherit eutils
            6 
            7 DESCRIPTION="Dbview - view dBase files"
            8 HOMEPAGE="http://www.infodrom.org/projects/dbview/"
            9 SRC_URI="http://deb.debian.org/debian/pool/main/d/dbview/dbview_1.0.4.orig.tar.gz"
           10 LICENSE=""
           11 
           12 SLOT="0"
           13 
           14 KEYWORDS="~x86 amd64"
           15 
           16 IUSE=""
           17 
           18 RESTRICT="mirror"
           19 
           20 DEPEND=""
           21 RDEPEND="${DEPEND}"
           22 
           23 src_compile() {
           24         emake || die "emake failed"
           25 }
           26 
           27 src_install() {
           28         einstall || die "einstall failed"
           29 }