dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/

packages/sys-devel/autoconf-archive/autoconf-archive-2011.04.12.exheres-0 (398B) - raw

      1 # Copyright 2011 Dan Callaghan <djc@djc.id.au>
      2 # Distributed under the terms of the GNU General Public License v2
      3 
      4 require gnu [ suffix=xz ]
      5 
      6 SUMMARY="Collection of autoconf macros"
      7 
      8 LICENCES="GPL-3"
      9 SLOT="0"
     10 PLATFORMS="~amd64 ~x86"
     11 
     12 BUGS_TO="djc@djc.id.au"
     13 
     14 src_install() {
     15     default
     16 
     17     # package puts docs into here, but we install them separately
     18     edo rm -r "${IMAGE}/usr/share/${PN}"
     19 }
     20