public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Sascha Kilian <sascha@sakisoft.de>
To: development@lists.ipfire.org
Subject: Subversion (1.8.8)
Date: Mon, 10 Mar 2014 16:38:36 +0100	[thread overview]
Message-ID: <1394465916.2397.10.camel@localhost> (raw)

[-- Attachment #1: Type: text/plain, Size: 151 bytes --]

Hi There, 

i want Subversion on my IPFire and i have created a LFS file for this.

If it okay, please add it to the Repository.

Best Regards

Sascha

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: subversion.bin --]
[-- Type: text/x-matlab, Size: 3286 bytes --]

###############################################################################
#                                                                             #
# IPFire.org - A linux based firewall                                         #
# Copyright (C) 2007-2014   IPFire Team  <info@ipfire.org>                    #
#                                                                             #
# 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, either version 3 of the License, or           #
# (at your option) any later version.                                         #
#                                                                             #
# This program is distributed in the hope that it will be useful,             #
# but WITHOUT ANY WARRANTY; without even the implied warranty of              #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               #
# GNU General Public License for more details.                                #
#                                                                             #
# You should have received a copy of the GNU General Public License           #
# along with this program.  If not, see <http://www.gnu.org/licenses/>.       #
#                                                                             #
###############################################################################


###############################################################################
# Definitions
###############################################################################

include Config

VER        = 1.8.8

THISAPP    = subversion-$(VER)
DL_FILE    = $(THISAPP).tar.gz
DL_FROM    = http://artfiles.org/apache.org/subversion/
DIR_APP    = $(DIR_SRC)/$(THISAPP)

###############################################################################
# Top-level Rules
###############################################################################

objects = $(DL_FILE)

$(DL_FILE) = $(DL_FROM)/$(DL_FILE)

$(DL_FILE)_MD5 = 2c028bc13a1d68ec3c65b306af082ce9

install : $(TARGET)

check : $(patsubst %,$(DIR_CHK)/%,$(objects))

download :$(patsubst %,$(DIR_DL)/%,$(objects))

md5 : $(subst %,%_MD5,$(objects))

###############################################################################
# Downloading, checking, md5sum
###############################################################################

$(patsubst %,$(DIR_CHK)/%,$(objects)) :
	@$(CHECK)

$(patsubst %,$(DIR_DL)/%,$(objects)) :
	@$(LOAD)

$(subst %,%_MD5,$(objects)) :
	@$(MD5)

###############################################################################
# Installation Details
###############################################################################

$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
	@$(PREBUILD)
	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
	cd $(DIR_APP) && wget http://www.sqlite.org/sqlite-amalgamation-3071501.zip
	cd $(DIR_APP) && unzip $(SQL_FILE)
	cd $(DIR_APP) && mv sqlite-amalgamation-3071501 sqlite-amalgamation
	cd $(DIR_APP) && ./autogen.sh
	cd $(DIR_APP) && ./configure
	cd $(DIR_APP) && make install
	@rm -rf $(DIR_APP)
	@$(POSTBUILD)

             reply	other threads:[~2014-03-10 15:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-10 15:38 Sascha Kilian [this message]
2014-03-11 10:01 ` Michael Tremer
2014-03-11 10:23   ` Sascha Kilian
2014-03-12 14:40   ` Sascha Kilian
2014-03-14 10:15   ` Sascha Kilian
2014-03-14 13:12     ` Michael Tremer
2014-03-14 13:57       ` Sascha Kilian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1394465916.2397.10.camel@localhost \
    --to=sascha@sakisoft.de \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox