Use sf.exlib
This commit is contained in:
parent
498631ae8f
commit
697af09676
3 changed files with 7 additions and 8 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Copyright 2009 Daniel Mierswa <impulze@impulze.org>
|
# Copyright 2009 Daniel Mierswa <impulze@impulze.org>
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
require sourceforge [ suffix=tar.gz ]
|
||||||
|
|
||||||
SUMMARY="Dynamic Multicast Routing Daemon"
|
SUMMARY="Dynamic Multicast Routing Daemon"
|
||||||
DESCRIPTION="A simple dynamic Multicast Routing Daemon using only IGMP signalling.
|
DESCRIPTION="A simple dynamic Multicast Routing Daemon using only IGMP signalling.
|
||||||
It's intended for simple forwarding of Multicast traffic between networks."
|
It's intended for simple forwarding of Multicast traffic between networks."
|
||||||
HOMEPAGE="http://sourceforge.net/projects/igmpproxy/"
|
|
||||||
DOWNLOADS="mirror://sourceforge/igmpproxy/${PNV}.tar.gz"
|
|
||||||
|
|
||||||
LICENCES="GPL-2"
|
LICENCES="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
# Copyright 2009 Daniel Mierswa <impulze@impulze.org>
|
# Copyright 2009 Daniel Mierswa <impulze@impulze.org>
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
require sourceforge [ suffix=tar.lzma ]
|
||||||
|
|
||||||
SUMMARY="Feature-rich syslog daemon."
|
SUMMARY="Feature-rich syslog daemon."
|
||||||
DESCRIPTION="
|
DESCRIPTION="
|
||||||
A modern replacement for syslogd and klogd. The logged messages
|
A modern replacement for syslogd and klogd. The logged messages
|
||||||
|
@ -9,8 +11,6 @@ Perl-compatible regular expressions. Log files can be automatically rotated
|
||||||
when they exceed a certain size or age. External shell scripts (e.g., mail)
|
when they exceed a certain size or age. External shell scripts (e.g., mail)
|
||||||
can be launched when specific patterns are found.
|
can be launched when specific patterns are found.
|
||||||
"
|
"
|
||||||
HOMEPAGE="http://metalog.sourceforge.net/"
|
|
||||||
DOWNLOADS="mirror://sourceforge/${PN}/${PNV}.tar.lzma"
|
|
||||||
|
|
||||||
LICENCES="GPL-2"
|
LICENCES="GPL-2"
|
||||||
MYOPTIONS=""
|
MYOPTIONS=""
|
||||||
|
@ -20,7 +20,7 @@ DEPENDENCIES="
|
||||||
dev-libs/pcre
|
dev-libs/pcre
|
||||||
"
|
"
|
||||||
|
|
||||||
REMOTE_IDS="freshmeat:${PN} sourceforge:${PN}"
|
REMOTE_IDS+=" freshmeat:${PN}"
|
||||||
|
|
||||||
UPSTREAM_DOCUMENTATION="${HOMEPAGE}/README"
|
UPSTREAM_DOCUMENTATION="${HOMEPAGE}/README"
|
||||||
|
|
||||||
|
|
|
@ -2,11 +2,10 @@
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.10 ] ]
|
require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.10 ] ]
|
||||||
|
require sourceforge [ suffix=tar.gz ]
|
||||||
|
|
||||||
SUMMARY="Share USB devices over IP"
|
SUMMARY="Share USB devices over IP"
|
||||||
DESCRIPTION="Userspace tools for the new USB over IP kernel feature"
|
DESCRIPTION="Userspace tools for the new USB over IP kernel feature"
|
||||||
HOMEPAGE="http://${PN}.sourceforge.net/"
|
|
||||||
DOWNLOADS="mirror://sourceforge/${PN}/${PNV}.tar.gz"
|
|
||||||
|
|
||||||
LICENCES="GPL-2"
|
LICENCES="GPL-2"
|
||||||
MYOPTIONS="tcpd"
|
MYOPTIONS="tcpd"
|
||||||
|
@ -20,7 +19,7 @@ DEPENDENCIES="
|
||||||
sys-apps/usbutils-data
|
sys-apps/usbutils-data
|
||||||
"
|
"
|
||||||
|
|
||||||
REMOTE_IDS="freshmeat:usbip"
|
REMOTE_IDS+=" freshmeat:usbip"
|
||||||
|
|
||||||
UPSTREAM_CHANGELOG="http://sourceforge.net/project/shownotes.php?group_id=122798&release_id=595689"
|
UPSTREAM_CHANGELOG="http://sourceforge.net/project/shownotes.php?group_id=122798&release_id=595689"
|
||||||
UPSTREAM_DOCUMENTATION="${HOMEPAGE}#documentation"
|
UPSTREAM_DOCUMENTATION="${HOMEPAGE}#documentation"
|
||||||
|
|
Loading…
Reference in a new issue