dcallagh-exheres

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

packages/net-misc/esniper/esniper-2.26.0.exheres-0 (557B) - raw

      1 # Copyright 2011 Dan Callaghan <djc@djc.id.au>
      2 # Distributed under the terms of the GNU General Public License v2
      3 
      4 MY_PNV="${PN}-$(ever replace_all -)"
      5 require sourceforge [ suffix=tgz ]
      6 
      7 SUMMARY="Command-line program for sniping eBay auctions"
      8 
      9 LICENCES="BSD"
     10 SLOT="0"
     11 PLATFORMS="~amd64 ~x86"
     12 
     13 DEPENDENCIES="
     14     build+run:
     15         dev-libs/openssl
     16         net-misc/curl[>=7.12]
     17 "
     18 
     19 BUGS_TO="djc@djc.id.au"
     20 
     21 WORK="${WORKBASE}/${MY_PNV}"
     22 DEFAULT_SRC_PREPARE_PATCHES=( "${FILES}/${PNV}-remove-types-h.patch" )
     23 DEFAULT_SRC_INSTALL_EXCLUDE=( "history.[coh]" )
     24