You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
37 lines
1.2 KiB
Tcl
37 lines
1.2 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
|
|
name e_dbus
|
|
epoch 2
|
|
version 1.7.10
|
|
revision 1
|
|
|
|
categories devel
|
|
maintainers nomaintainer
|
|
license BSD
|
|
|
|
description convenience wrappers around dbus to ease integrating \
|
|
dbus with EFL-based applications
|
|
|
|
long_description ${name} is a set of {*}${description}.
|
|
|
|
homepage http://trac.enlightenment.org/e/wiki/E_Dbus
|
|
master_sites http://download.enlightenment.org/releases/
|
|
use_bzip2 yes
|
|
|
|
checksums rmd160 b1f4b4129fb9d70ea61c64713a41f244a14530a1 \
|
|
sha256 b93f778a4bf50ce044b4798e08a03f62e9b890c47305f9d5839989481f38ddd4
|
|
|
|
depends_build port:pkgconfig
|
|
depends_lib port:ecore \
|
|
port:dbus
|
|
|
|
configure.args --disable-silent-rules
|
|
|
|
use_parallel_build yes
|
|
|
|
livecheck.type regex
|
|
livecheck.url [lindex ${master_sites} 0]
|
|
livecheck.regex ${name}-(\[0-9a-z.\]+)${extract.suffix}
|