Christian Wiese
13 years ago
3 changed files with 114 additions and 0 deletions
@ -0,0 +1,62 @@
|
||||
|
||||
[TIMESTAMP] 1337181314 Wed May 16 17:15:14 2012 |
||||
[BUILDTIME] 90 (5) |
||||
[SIZE] 4.27 MB, 329 files |
||||
|
||||
[DEP] autoconf |
||||
[DEP] automake |
||||
[DEP] bash |
||||
[DEP] binutils |
||||
[DEP] bzip2 |
||||
[DEP] coreutils |
||||
[DEP] curl |
||||
[DEP] cyrus-sasl2 |
||||
[DEP] diffutils |
||||
[DEP] distribute |
||||
[DEP] fhs |
||||
[DEP] findutils |
||||
[DEP] gawk |
||||
[DEP] gcc |
||||
[DEP] gettext |
||||
[DEP] glibc |
||||
[DEP] gmp |
||||
[DEP] gnutls |
||||
[DEP] grep |
||||
[DEP] gst-python |
||||
[DEP] imake |
||||
[DEP] libextractor |
||||
[DEP] libgcrypt |
||||
[DEP] libgpg-error |
||||
[DEP] libice |
||||
[DEP] libidn |
||||
[DEP] libmicrohttpd |
||||
[DEP] libssh2 |
||||
[DEP] libtasn1 |
||||
[DEP] libtool |
||||
[DEP] libunistring |
||||
[DEP] libx11 |
||||
[DEP] libxau |
||||
[DEP] libxcb |
||||
[DEP] linux-header |
||||
[DEP] m4 |
||||
[DEP] make |
||||
[DEP] mysql |
||||
[DEP] nettle |
||||
[DEP] openldap |
||||
[DEP] openssl |
||||
[DEP] paste |
||||
[DEP] pastedeploy |
||||
[DEP] pastescript |
||||
[DEP] perl |
||||
[DEP] pil |
||||
[DEP] pygobject |
||||
[DEP] python |
||||
[DEP] sed |
||||
[DEP] sqlite |
||||
[DEP] sysfiles |
||||
[DEP] tar |
||||
[DEP] util-linux |
||||
[DEP] wxpython |
||||
[DEP] xorg-cf-files |
||||
[DEP] zlib |
||||
[DEP] zope-interface |
@ -0,0 +1,20 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../gnunet/gnunet.conf |
||||
# Copyright (C) 2012 The OpenSDE Project |
||||
# |
||||
# More information can be found in the files COPYING and README. |
||||
# |
||||
# This program is free software; you can redistribute it and/or modify |
||||
# it under the terms of the GNU General Public License as published by |
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
||||
# GNU General Public License can be found in the file COPYING. |
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
if [ $prefix_auto = 1 ] ; then |
||||
# use a dedicated sysconfdir instead of installing into /etc |
||||
sysconfdir="$sysconfdir/$pkg" |
||||
fi |
||||
|
||||
var_append extraconfopt ' ' "--with-daemon-config-dir=$sysconfdir" |
@ -0,0 +1,32 @@
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
[COPY] |
||||
[COPY] Filename: package/.../gnunet/gnunet.desc |
||||
[COPY] Copyright (C) 2012 The OpenSDE Project |
||||
[COPY] |
||||
[COPY] More information can be found in the files COPYING and README. |
||||
[COPY] |
||||
[COPY] This program is free software; you can redistribute it and/or modify |
||||
[COPY] it under the terms of the GNU General Public License as published by |
||||
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||
[COPY] GNU General Public License can be found in the file COPYING. |
||||
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
[I] A framework for secure peer-to-peer networking |
||||
|
||||
[T] GNUnet is a framework for secure peer-to-peer networking that does not use |
||||
[T] any centralized or otherwise trusted services. |
||||
|
||||
[U] https://gnunet.org/ |
||||
|
||||
[A] GNUnet Development Team <https://gnunet.org/team> |
||||
[M] Christian Wiese <chris@opensde.org> |
||||
|
||||
[C] extra/network |
||||
|
||||
[L] GPL |
||||
[S] Stable |
||||
[V] 0.9.2 |
||||
[P] X -----5---9 221.600 |
||||
|
||||
[D] 1848036432 gnunet-0.9.2.tar.gz ftp://ftp.gnu.org/gnu/gnunet/ |
Loading…
Reference in new issue