summaryrefslogblamecommitdiff
path: root/flx/dfc/dfc-9999.ebuild
blob: d6e9f11d0800965207e56e53cc6ed0fbf12d9701 (plain) (tree)
1
2
3
4
5
6
7
8
                                    
                                                                  
 
      
                              

                            
                                                        



                                                                 
           
 




                                                                   
 
                

               
                    

 
                
                 
                     
 
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
inherit git-r3 toolchain-funcs

DESCRIPTION="Formilux Tools"
HOMEPAGE="http://git.formilux.org/?p=people/ben/dfc.git"
EGIT_REPO_URI="http://master.formilux.org/git/people/ben/dfc.git"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""

PATCHES=(
	"${FILESDIR}/${PV}-MEDIUM-Respect-CFLAGS-and-LDFLAGS.patch"
	"${FILESDIR}/${PV}-warning-cast.diff"
	"${FILESDIR}/${PV}-BUG-MAJOR-Do-not-inline-pferror.patch"
)

src_prepare () {
	default

	tc-export CC
}

src_install () {
	into /usr
	dobin "${PN}"
}