Browse Source
* updated cloop (2.04-1+eb.1-7 -> 2.05~20060829-1) git-svn-id: svn://svn.opensde.net/opensde/package/trunk@21661 10447126-35f2-4685-b0cf-6dd780d3921fearly
Alejandro Mery
18 years ago
6 changed files with 32 additions and 75 deletions
@ -1,17 +0,0 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../cloop/cloop.conf |
||||
# Copyright (C) 2006 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 --- |
||||
|
||||
var_append makeopt " " "DESTDIR=$root/$prefix" |
||||
makeinstopt="$makeopt install-utils" |
||||
makeopt="$makeopt utils" |
@ -0,0 +1,27 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
#
|
||||
# Filename: package/.../cloop/destdir.patch
|
||||
# Copyright (C) 2007 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 ---
|
||||
|
||||
--- ./Makefile.orig 2007-06-24 18:09:20.000000000 -0400
|
||||
+++ ./Makefile 2007-06-24 18:09:53.000000000 -0400
|
||||
@@ -3,7 +3,7 @@
|
||||
KVERSION=$(shell uname -r)
|
||||
KERNEL_DIR=/lib/modules/$(KVERSION)/build
|
||||
|
||||
-DESTDIR=/usr/local
|
||||
+DESTDIR=
|
||||
#INSTALL_MOD_PATH:=/tmp
|
||||
|
||||
# Add compressloop when it has been fixed
|
@ -1,16 +0,0 @@
|
||||
# --- T2-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# T2 SDE: package/.../cloop/pkg_linux24_post.conf |
||||
# Copyright (C) 2004 - 2006 The T2 SDE 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. |
||||
# --- T2-COPYRIGHT-NOTE-END --- |
||||
|
||||
var_append lx_3rd_party_modules " " "cloop" |
||||
|
@ -1,16 +0,0 @@
|
||||
# --- T2-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# T2 SDE: package/.../cloop/pkg_linux26_post.conf |
||||
# Copyright (C) 2004 - 2006 The T2 SDE 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. |
||||
# --- T2-COPYRIGHT-NOTE-END --- |
||||
|
||||
var_append lx_3rd_party_modules " " "cloop" |
||||
|
@ -1,21 +0,0 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../cloop/postlinux.conf |
||||
# Copyright (C) 2006 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 --- |
||||
|
||||
var_append makeopt " " "KERNEL_DIR=$kerneldir" |
||||
var_append makeopt " " "KVERSION=$lx_kernelrelease" |
||||
var_append makeopt " " "CC=$KCC" |
||||
|
||||
makeinstopt="$makeopt INSTALL_MOD_PATH=$root DEPMOD=/bin/true install-module" |
||||
makeopt="$makeopt module" |
||||
|
Loading…
Reference in new issue