packages/dev-haskell/DBus/DBus-0.4.exheres-0 (469B) - 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 hackage 5 6 SUMMARY="Haskell bindings for the D-Bus API" 7 8 LICENCES="BSD-3" 9 PLATFORMS="~x86 ~amd64" 10 11 DEPENDENCIES=" 12 sys-apps/dbus 13 $(haskell_lib_dependencies " 14 dev-haskell/bytestring 15 ") 16 " 17 18 DEFAULT_SRC_PREPARE_PATCHES=( 19 "${FILES}/${PNV}-setup-autoconf.patch" 20 "${FILES}/${PNV}-oldexception.patch" 21 ) 22 23 BUGS_TO="djc@djc.id.au" 24