From 6d689ba291fb1dfe9fb3f96db4e18c90e39225e9 Mon Sep 17 00:00:00 2001 From: rafael2k Date: Tue, 10 Feb 2009 18:39:09 +0000 Subject: lighttpd added git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@384 18ef50b8-d735-4ccd-97c1-689132df3dd9 --- net/www/lighttpd/Manifest | 3 + net/www/lighttpd/lighttpd.mkbuild | 185 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 188 insertions(+) create mode 100644 net/www/lighttpd/Manifest create mode 100644 net/www/lighttpd/lighttpd.mkbuild (limited to 'net') diff --git a/net/www/lighttpd/Manifest b/net/www/lighttpd/Manifest new file mode 100644 index 0000000..a43f668 --- /dev/null +++ b/net/www/lighttpd/Manifest @@ -0,0 +1,3 @@ +DIST lighttpd-1.4.20.tar.gz 827538 MD5 7ce7eefb487682b61d9b06b41864c64a RMD160 222e9c69b61467f9376768f92a5eee3add796020 SHA1 61790c02d9e96c3cb23ffd3907f1caee64c475dd SHA256 32a25ad19372bd5be4510d9347956acb03370fd86cfedded61f423b737b7ddb1 SHA512 7503115b92d3b1f48b4b7f89ee6fd91154dfceaee19eecc40e82ba70f0c545ce93639179b47f8313bd42b7be9c74fb9e905494aa335bd5898ded548f5f740187 +MKBUILD lighttpd.mkbuild 4946 MD5 02cf05005a3c0fbb6b5dca07d27f60c2 RMD160 64c5870c2b56e5cf2a48c6dab17f46fa10439b06 SHA1 d187721d837fedf7392dbf724a68da84d913f8be SHA256 f0e64fa4f89fe5e4c11909baff7ac5485750f37bbf384665f04142316c170d95 SHA512 25c38d310f666151fa5d5b7e0ed310f439c63d38f8bf6addfd8aefd7d2f3f4f43d8b5f4cc52811cb8338d369af87eeb9cbb55c6de1294b7eb4f0375418234b2f +SLACKBUILD lighttpd.SlackBuild 4846 MD5 47db4e996088a5ac64700fe16c4b8094 RMD160 15a4a3b157ac4c7ff27beb0b4187e1fd2f474bf9 SHA1 b8b7ea1e4dc1199c4f7d77336c4cc62c8d30416e SHA256 21e38f22704132ce0894b256c6483826f94e82ff0f106eebc44a6943d996743f SHA512 fbc935fbdcaff0f0dbdee0bf8350dddc1f27ce045e26a76183e1ae58efdf02d62e64817c4fe1f8b1c0cd50b4c9b02fdfbe698a877ab81b542ce366a5438787f3 diff --git a/net/www/lighttpd/lighttpd.mkbuild b/net/www/lighttpd/lighttpd.mkbuild new file mode 100644 index 0000000..78c2590 --- /dev/null +++ b/net/www/lighttpd/lighttpd.mkbuild @@ -0,0 +1,185 @@ +# +# This mkbuild 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 2 of the License, or any later version. +# +# This mkbuild 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, write to the Free Software Foundation, Inc., 59 Temple +# Place - Suite 330, Boston, MA 02111-1307, USA +# +# Version 0.9.0 - Alves ( rudsonalves at yahoo d0t com d0t br ) +# Version $Rev: 772 $ - $Author: rhatto $ + +#-------------------- +# Personal variables +#-------------------- +# Author name +[[SLACKBUILD AUTHOR]]="Rafael Diniz" + +# Initials author name +[[SLACKBUILD AUTHOR INITIALS]]="rd" + +#------------------------ +# Construction Variables +#------------------------ +# +# Complete URL address or URL base address ( without $SRC_NAME-$VERSION... ) +[[DOWNLOAD FOLDER URL]]="http://www.lighttpd.net/download/lighttpd-1.4.20.tar.gz" + +# Source base name. if different from package name. Null ("") to default value. +# Auto-set, get SRC_NAME from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION' +[[SOURCE NAME]]="" + +# Package name. Null ("") to auto-set +# Auto-set, get PKG_NAME from URL downcase(SRC_NAME): http://.../$SRC_NAME-$VERSION.tar.$EXTENSION' +[[PACKAGE NAME]]="" + +# +# Package default ARCH +# Default set is i486 +[[ARCH]]="" + +# +# Package version. Null ("") to auto-set. +# Auto-set, get VERSION from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION' +[[VERSION]]="" + +# +# Package extension. Null ("") to auto-set +# Auto-set, get EXTENSION from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION' +[[EXTENSION]]="" + +# +# Build number. +# Auto-set to default 1 +[[BUILD NUMBER]]="" + +# +# Source Name construction string +# Default value is: $SRC_NAME-$VERSION.tar.$EXTENSION +[[SOURCE NAME CONSTRUCTION STRING]]="$SRC_NAME-$VERSION.tar.$EXTENSION" + +# +# Unpacker programa ("") to auto-set. Default "tar" +# Unpacke Flags ("") to auto-set. Default flags to tar "--no-same-owner --no-same-permissions -xvf" +[[UNPACKER]]="" +[[UNPACKER FLAGS]]="" + +# +# Dependency list input +# Enter string: "dependency_1 [condiction_1] [versio_1]: dependency_2 [condiction_2] [versio_2]" +# Example: +[[SLACK REQUIRED]]="" + +# +# Decompress program +# gz, tgz, bz2, set null ("") to auto-set +# Auto-set, get DECOMPRESSOR from URL EXTENSION: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION' +[[DECOMPRESSOR]]="" + +# +# Decompress check flag +# gz, tgz, bz2, set null ("") to auto-set +[[DECOMPRESSOR TEST FLAG]]="" + +# +# Documentation files. Null ("") to auto-set commom doc-files: +# NEWS TODO README AUTHORS INSTALL ChangeLog MAINTAINERS COPYING readme.* +[[DOCUMENTATION FILES]]="" + +# +# ./configure options +[[OTHER CONFIGURE ARGS]]="" + +# +# PREFIX. Default /usr +[[PREFIX]]="/usr" + +# +# Number of jobs +[[NUMBER OF JOBS]]="-j3" + +#--------------------- +# Others changes +#--------------------- +#[[MD5SUM CODE]]="" +#[[MD5SUM EXTENSION]]="" +#[[SIGNING KEY]]="" +#[[SIGNING KEY URL]]="" +#[[SIGNING KEY ID]]="" +#[[SIGNING URL]]="" +#[[CONFIG FILES]]="" +#[[PATCH URLS]]="" +#[[REST OF DOINST.SH]]="" +[[PATCH FILES]]="" +[[NUMBER OF PREFIX SLASHES TO STRIP]]="1" + +# SlackBuild model +[[SLACKBUILD MODEL]]="generic.mkSlackBuild" + +# SlackBuild PATH in Slack.Sarava tree +#[[SLACKBUILD PATH]]="others/unclassified/$PKG_NAME" +[[SLACKBUILD PATH]]="net/www/lighttpd" + +#--------------------- +# SlackBuild Sections +#--------------------- +# Default sections: +# head, set_variables, slkflags, start_structure, untar_source, +# make_package, install_package, build_package +# Warning: don't remove '#>>' and "#<<" tags. +#>> Start SlackBuild Sections: + on: head + on: slackbuildrc + on: set_variables + on: slkflags + on: error_codes + on: start_structure +off: create_build_user_and_group + on: download_source +off: download_patches +off: svn_source +off: git_source +off: md5sum_download_and_check_0 +off: md5sum_download_and_check_1 +off: gpg_signature_check +off: manifest_check + on: untar_source +off: patch_source + on: configure + on: make_package + on: install_package + on: strip_binaries +off: compress_manpages +off: compress_info_files +off: copy_init_scripts +off: copy_config_files + on: install_documentation + on: slackdesc +off: move_config_files +off: postinstall_script +off: slack_required + on: build_package + on: clean_builds +#<< End SlackBuild Sections + +#------------------ +# Sections changes +#------------------ +#>slackdesc +lighttpd: lighttpd by Slack.Sarava +lighttpd: +lighttpd: Security, speed, compliance, and flexibility -- all of +lighttpd: these describe lighttpd . +lighttpd: +lighttpd: +lighttpd: Lighttpd is a small memory footprint web-server. +lighttpd: +lighttpd: +lighttpd: http://www.lighttpd.net/ +lighttpd: +#