Christian Wiese
14 years ago
3 changed files with 74 additions and 0 deletions
@ -0,0 +1,15 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../libproxy/libproxy.conf |
||||
# Copyright (C) 2010 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 --- |
||||
|
||||
autogen=0 |
@ -0,0 +1,34 @@
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
[COPY] |
||||
[COPY] Filename: package/.../libproxy/libproxy.desc |
||||
[COPY] Copyright (C) 2010 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 library that provides automatic proxy configuration management |
||||
|
||||
[T] libproxy is a library that provides automatic proxy configuration |
||||
[T] management. |
||||
|
||||
[U] http://code.google.com/p/libproxy/ |
||||
|
||||
[A] Nathaniel McCallum <nathaniel@natemccallum.com> |
||||
[A] Alex Panait <kippled@gmail.com> |
||||
[A] Dominique Leuenberger <dominique-libproxy@leuenberger.net> |
||||
[M] The OpenSDE Community <list@opensde.org> |
||||
|
||||
[C] extra/development |
||||
|
||||
[L] LGPL |
||||
[S] Stable |
||||
[V] 0.4.5 |
||||
[P] X -----5---9 149.498 |
||||
|
||||
[D] 455461430 libproxy-0.4.5.tar.gz http://libproxy.googlecode.com/files/ |
@ -0,0 +1,25 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
#
|
||||
# Filename: package/.../libproxy/remove-autogen-script.patch
|
||||
# Copyright (C) 2010 The OpenSDE Project
|
||||
#
|
||||
# More information can be found in the files COPYING and README.
|
||||
#
|
||||
# This patch file is dual-licensed. It is available under the license the
|
||||
# patched project is licensed under, as long as it is an OpenSource license
|
||||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||||
# of the GNU General Public License as published by the Free Software
|
||||
# Foundation; either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# --- SDE-COPYRIGHT-NOTE-END ---
|
||||
|
||||
diff --git a/autogen.sh b/autogen.sh
|
||||
deleted file mode 100755
|
||||
index 2df3945..0000000
|
||||
--- a/autogen.sh
|
||||
+++ /dev/null
|
||||
@@ -1,3 +0,0 @@
|
||||
-#!/bin/bash
|
||||
-
|
||||
-cmake ./
|
Loading…
Reference in new issue