Update build.sh boilerplate to match the current template
This commit is contained in:
parent
a988ec18ed
commit
ade56c0c17
@ -1,10 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
# This is a buildpkg build.sh script
|
||||||
# This is a generic build.sh script
|
|
||||||
# It can be used nearly unmodified with many packages
|
|
||||||
#
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_BASE}/scripts/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
@ -16,7 +13,7 @@ source[0]=$topdir-$version.tar.bz2
|
|||||||
#patch[0]=
|
#patch[0]=
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
|
|
||||||
# Global settings
|
# Global settings
|
||||||
export PERL=$prefix/bin/perl
|
export PERL=$prefix/bin/perl
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
# This is a buildpkg build.sh script
|
||||||
# This is a generic build.sh script
|
|
||||||
# It can be used nearly unmodified with many packages
|
|
||||||
#
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_BASE}/scripts/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
@ -15,7 +12,7 @@ pkgver=1
|
|||||||
source[0]=$topdir-$real_version.tar.gz
|
source[0]=$topdir-$real_version.tar.gz
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
|
|
||||||
patch[0]=${srcfiles}/${topdir}-${real_version}-patches/bash32-001
|
patch[0]=${srcfiles}/${topdir}-${real_version}-patches/bash32-001
|
||||||
patch[1]=${srcfiles}/${topdir}-${real_version}-patches/bash32-002
|
patch[1]=${srcfiles}/${topdir}-${real_version}-patches/bash32-002
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
# This is a buildpkg build.sh script
|
||||||
# This is a generic build.sh script
|
|
||||||
# It can be used nearly unmodified with many packages
|
|
||||||
#
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_BASE}/scripts/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
@ -16,7 +13,7 @@ source[0]=$topdir-$version.tar.bz2
|
|||||||
#patch[0]=
|
#patch[0]=
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
|
|
||||||
# Global settings
|
# Global settings
|
||||||
export CPPFLAGS="-I$prefix/include"
|
export CPPFLAGS="-I$prefix/include"
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
# This is a buildpkg build.sh script
|
||||||
# This is a generic build.sh script
|
|
||||||
# It can be used nearly unmodified with many packages
|
|
||||||
#
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_BASE}/scripts/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
@ -16,7 +13,7 @@ source[0]=$topdir-$version.tar.bz2
|
|||||||
#patch[0]=
|
#patch[0]=
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
|
|
||||||
# Global settings
|
# Global settings
|
||||||
export CPPFLAGS="-I/$prefix/include"
|
export CPPFLAGS="-I/$prefix/include"
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
# This is a buildpkg build.sh script
|
||||||
# This is a generic build.sh script
|
|
||||||
# It can be used nearly unmodified with many packages
|
|
||||||
#
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_BASE}/scripts/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
@ -16,7 +13,7 @@ source[0]=$topdir-$version.tar.gz
|
|||||||
patch[0]=bzip2-1.0.5-saneso.patch
|
patch[0]=bzip2-1.0.5-saneso.patch
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
|
|
||||||
reg prep
|
reg prep
|
||||||
prep()
|
prep()
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
# This is a buildpkg build.sh script
|
||||||
# This is a generic build.sh script
|
|
||||||
# It can be used nearly unmodified with many packages
|
|
||||||
#
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_BASE}/scripts/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
@ -16,7 +13,7 @@ source[0]=$topdir-$version.tar.gz
|
|||||||
#patch[0]=
|
#patch[0]=
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
|
|
||||||
# Global settings
|
# Global settings
|
||||||
export CPPFLAGS="-I/usr/tgcware/include"
|
export CPPFLAGS="-I/usr/tgcware/include"
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
# This is a buildpkg build.sh script
|
||||||
# This is a generic build.sh script
|
|
||||||
# It can be used nearly unmodified with many packages
|
|
||||||
#
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_BASE}/scripts/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
# This is a buildpkg build.sh script
|
||||||
# This is a generic build.sh script
|
|
||||||
# It can be used nearly unmodified with many packages
|
|
||||||
#
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_BASE}/scripts/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
@ -16,7 +13,7 @@ source[0]=$topdir-$version.tar.gz
|
|||||||
#patch[0]=
|
#patch[0]=
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
|
|
||||||
# Global settings
|
# Global settings
|
||||||
export CPPFLAGS="-I$prefix/include"
|
export CPPFLAGS="-I$prefix/include"
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
# This is a buildpkg build.sh script
|
||||||
# This is a generic build.sh script
|
|
||||||
# It can be used nearly unmodified with many packages
|
|
||||||
#
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_BASE}/scripts/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
@ -16,7 +13,7 @@ source[0]=$topdir-$version.tar.gz
|
|||||||
#patch[0]=
|
#patch[0]=
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
|
|
||||||
# Global settings
|
# Global settings
|
||||||
export CPPFLAGS="-I$prefix/include"
|
export CPPFLAGS="-I$prefix/include"
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
# This is a buildpkg build.sh script
|
||||||
# This is a generic build.sh script
|
|
||||||
# It can be used nearly unmodified with many packages
|
|
||||||
#
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_BASE}/scripts/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
@ -16,7 +13,7 @@ source[0]=$topdir-$version.tar.gz
|
|||||||
patch[0]=expect-5.43-no-rpath.patch
|
patch[0]=expect-5.43-no-rpath.patch
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
|
|
||||||
# Global settings
|
# Global settings
|
||||||
export CPPFLAGS="-I$prefix/include"
|
export CPPFLAGS="-I$prefix/include"
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
# This is a buildpkg build.sh script
|
||||||
# This is a generic build.sh script
|
|
||||||
# It can be used nearly unmodified with many packages
|
|
||||||
#
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_BASE}/scripts/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
@ -16,7 +13,7 @@ source[0]=$topdir-$version.tar.bz2
|
|||||||
#patch[0]=
|
#patch[0]=
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
|
|
||||||
# GCC package naming guide
|
# GCC package naming guide
|
||||||
# gcc - c
|
# gcc - c
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
# This is a buildpkg build.sh script
|
||||||
# This is a generic build.sh script
|
|
||||||
# It can be used nearly unmodified with many packages
|
|
||||||
#
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_BASE}/scripts/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
@ -18,7 +15,7 @@ source[0]=$topdir-$version.tar.bz2
|
|||||||
patch[0]=gcc-4.0.4-newer-gas.patch
|
patch[0]=gcc-4.0.4-newer-gas.patch
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
|
|
||||||
# Global settings
|
# Global settings
|
||||||
[ -n "$snapshot" ] && topsrcdir=gcc-$version-$snapshot
|
[ -n "$snapshot" ] && topsrcdir=gcc-$version-$snapshot
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
# This is a buildpkg build.sh script
|
||||||
# This is a generic build.sh script
|
|
||||||
# It can be used nearly unmodified with many packages
|
|
||||||
#
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_BASE}/scripts/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
@ -18,7 +15,7 @@ source[0]=$topdir-$version.tar.bz2
|
|||||||
patch[0]=gcc-4.0.4-newer-gas.patch
|
patch[0]=gcc-4.0.4-newer-gas.patch
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
|
|
||||||
# Global settings
|
# Global settings
|
||||||
[ -n "$snapshot" ] && topsrcdir=gcc-$version-$snapshot
|
[ -n "$snapshot" ] && topsrcdir=gcc-$version-$snapshot
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
# This is a buildpkg build.sh script
|
||||||
# This is a generic build.sh script
|
|
||||||
# It can be used nearly unmodified with many packages
|
|
||||||
#
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_BASE}/scripts/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
@ -18,7 +15,7 @@ source[0]=$topdir-$version.tar.bz2
|
|||||||
#patch[0]=
|
#patch[0]=
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
|
|
||||||
# Global settings
|
# Global settings
|
||||||
[ -n "$snapshot" ] && topsrcdir=gcc-$version-$snapshot
|
[ -n "$snapshot" ] && topsrcdir=gcc-$version-$snapshot
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
# This is a buildpkg build.sh script
|
||||||
# This is a generic build.sh script
|
|
||||||
# It can be used nearly unmodified with many packages
|
|
||||||
#
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_BASE}/scripts/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
@ -16,7 +13,7 @@ source[0]=$topdir-$version.tar.gz
|
|||||||
#patch[0]=
|
#patch[0]=
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
|
|
||||||
# Global settings
|
# Global settings
|
||||||
export CPPFLAGS="-I$prefix/include"
|
export CPPFLAGS="-I$prefix/include"
|
||||||
|
@ -1,8 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
# This is a buildpkg build.sh script
|
||||||
# This is a generic build.sh script
|
|
||||||
# It can be used nearly unmodified with many packages
|
|
||||||
#
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
|
@ -1,8 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
# This is a buildpkg build.sh script
|
||||||
# This is a generic build.sh script
|
|
||||||
# It can be used nearly unmodified with many packages
|
|
||||||
#
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
#!/bin/env bash
|
#!/bin/bash
|
||||||
#
|
# This is a buildpkg build.sh script
|
||||||
# This is a generic build.sh script
|
|
||||||
# It can be used nearly unmodified with many packages
|
|
||||||
#
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_BASE}/scripts/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
@ -16,7 +13,7 @@ source[0]=$topdir-$version.tar.gz
|
|||||||
#patch[0]=
|
#patch[0]=
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
|
|
||||||
# Global settings
|
# Global settings
|
||||||
export CPPFLAGS="-I$prefix/include"
|
export CPPFLAGS="-I$prefix/include"
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
# This is a buildpkg build.sh script
|
||||||
# This is a generic build.sh script
|
|
||||||
# It can be used nearly unmodified with many packages
|
|
||||||
#
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_BASE}/scripts/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
@ -16,7 +13,7 @@ source[0]=$topdir-$version.tar.gz
|
|||||||
#patch[0]=
|
#patch[0]=
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
|
|
||||||
# Global settings
|
# Global settings
|
||||||
configure_args="$configure_args --with-editor=/bin/vi"
|
configure_args="$configure_args --with-editor=/bin/vi"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# This is a buildpkg build.sh script
|
# This is a buildpkg build.sh script
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_BASE}/scripts/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
@ -13,7 +13,7 @@ source[0]=ftp://ftp.gnupg.org/gcrypt/libgpg-error/$topdir-$version.tar.bz2
|
|||||||
#patch[0]=
|
#patch[0]=
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
|
|
||||||
# Global settings
|
# Global settings
|
||||||
export CPPFLAGS="-I$prefix/include"
|
export CPPFLAGS="-I$prefix/include"
|
||||||
|
@ -1,8 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
# This is a buildpkg build.sh script
|
||||||
# This is a generic build.sh script
|
|
||||||
# It can be used nearly unmodified with many packages
|
|
||||||
#
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
# This is a buildpkg build.sh script
|
||||||
# This is a generic build.sh script
|
|
||||||
# It can be used nearly unmodified with many packages
|
|
||||||
#
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_BASE}/scripts/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
@ -16,7 +13,7 @@ source[0]=$topdir-$version.tar.bz2
|
|||||||
#patch[0]=
|
#patch[0]=
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
|
|
||||||
reg prep
|
reg prep
|
||||||
prep()
|
prep()
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# This is a buildpkg build.sh script
|
# This is a buildpkg build.sh script
|
||||||
# It can be used nearly unmodified with many packages
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
# This is a buildpkg build.sh script
|
||||||
# This is a generic build.sh script
|
|
||||||
# It can be used nearly unmodified with many packages
|
|
||||||
#
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_BASE}/scripts/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
@ -16,7 +13,7 @@ source[0]=$topdir-$version.tar.gz
|
|||||||
#patch[0]=
|
#patch[0]=
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
|
|
||||||
# Global settings
|
# Global settings
|
||||||
export CPPFLAGS="-I$prefix/include"
|
export CPPFLAGS="-I$prefix/include"
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# This is a buildpkg build.sh script
|
# This is a buildpkg build.sh script
|
||||||
# It can be used nearly unmodified with many packages
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
#!/usr/tgcware/bin/bash
|
#!/bin/bash
|
||||||
#
|
# This is a buildpkg build.sh script
|
||||||
# This is a generic build.sh script
|
|
||||||
# It can be used nearly unmodified with many packages
|
|
||||||
#
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_BASE}/scripts/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
@ -16,7 +13,7 @@ source[0]=$topdir-$version.tar.gz
|
|||||||
patch[0]=patch-2.5.4-destdir.patch
|
patch[0]=patch-2.5.4-destdir.patch
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
|
|
||||||
# Global settings
|
# Global settings
|
||||||
export CPPFLAGS="-I$prefix/include"
|
export CPPFLAGS="-I$prefix/include"
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
# This is a buildpkg build.sh script
|
||||||
# This is a generic build.sh script
|
|
||||||
# It can be used nearly unmodified with many packages
|
|
||||||
#
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_BASE}/scripts/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
@ -16,7 +13,7 @@ source[0]=$topdir-$version.tar.bz2
|
|||||||
#patch[0]=
|
#patch[0]=
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
|
|
||||||
# Global settings
|
# Global settings
|
||||||
export CPPFLAGS="-I$prefix/include"
|
export CPPFLAGS="-I$prefix/include"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# This is a buildpkg build.sh script
|
# This is a buildpkg build.sh script
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_BASE}/scripts/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
@ -13,7 +13,7 @@ source[0]=http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/$topdir-$version.t
|
|||||||
#patch[0]=
|
#patch[0]=
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
|
|
||||||
# Global settings
|
# Global settings
|
||||||
maketest=1
|
maketest=1
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
# This is a buildpkg build.sh script
|
||||||
# This is a generic build.sh script
|
|
||||||
# It can be used nearly unmodified with many packages
|
|
||||||
#
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_BASE}/scripts/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
@ -16,7 +13,7 @@ source[0]=$topdir-$version.tar.gz
|
|||||||
#patch[0]=
|
#patch[0]=
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
|
|
||||||
# Global settings
|
# Global settings
|
||||||
make_check_target="test"
|
make_check_target="test"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# This is a buildpkg build.sh script
|
# This is a buildpkg build.sh script
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_BASE}/scripts/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
@ -13,7 +13,7 @@ source[0]=ftp://ftp.sunet.se/pub/gnu/readline/$topdir-$version.tar.gz
|
|||||||
#patch[0]=
|
#patch[0]=
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
|
|
||||||
# Global settings
|
# Global settings
|
||||||
export CPPFLAGS="-I$prefix/include"
|
export CPPFLAGS="-I$prefix/include"
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
# This is a buildpkg build.sh script
|
||||||
# This is a generic build.sh script
|
|
||||||
# It can be used nearly unmodified with many packages
|
|
||||||
#
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_BASE}/scripts/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
@ -16,7 +13,7 @@ source[0]=$topdir-$version.tar.gz
|
|||||||
#patch[0]=
|
#patch[0]=
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
|
|
||||||
# Global settings
|
# Global settings
|
||||||
export CPPFLAGS="-I$prefix/include"
|
export CPPFLAGS="-I$prefix/include"
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
# This is a buildpkg build.sh script
|
||||||
# This is a generic build.sh script
|
|
||||||
# It can be used nearly unmodified with many packages
|
|
||||||
#
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_BASE}/scripts/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
@ -16,7 +13,7 @@ source[0]=$topdir-$version.tar.gz
|
|||||||
patch[0]=screen-4.0.2-makefile-madness.diff
|
patch[0]=screen-4.0.2-makefile-madness.diff
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
|
|
||||||
# Global settings
|
# Global settings
|
||||||
|
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
# This is a buildpkg build.sh script
|
||||||
# This is a generic build.sh script
|
|
||||||
# It can be used nearly unmodified with many packages
|
|
||||||
#
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_BASE}/scripts/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
@ -16,7 +13,7 @@ source[0]=$topdir-$version.tar.gz
|
|||||||
#patch[0]=
|
#patch[0]=
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
|
|
||||||
# Global settings
|
# Global settings
|
||||||
export CPPFLAGS="-I$prefix/include"
|
export CPPFLAGS="-I$prefix/include"
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
# This is a buildpkg build.sh script
|
||||||
# This is a generic build.sh script
|
|
||||||
# It can be used nearly unmodified with many packages
|
|
||||||
#
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_BASE}/scripts/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
@ -16,7 +13,7 @@ source[0]=$topdir-$version.tar.bz2
|
|||||||
#patch[0]=
|
#patch[0]=
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
|
|
||||||
# Global settings
|
# Global settings
|
||||||
export CPPFLAGS="-I$prefix/include"
|
export CPPFLAGS="-I$prefix/include"
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
# This is a buildpkg build.sh script
|
||||||
# This is a generic build.sh script
|
|
||||||
# It can be used nearly unmodified with many packages
|
|
||||||
#
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_BASE}/scripts/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
@ -16,7 +13,7 @@ source[0]=$topdir$version-src.tar.gz
|
|||||||
#patch[0]=
|
#patch[0]=
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
|
|
||||||
# Global settings
|
# Global settings
|
||||||
export LDFLAGS="-L$prefix/lib -R$prefix/lib"
|
export LDFLAGS="-L$prefix/lib -R$prefix/lib"
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
# This is a buildpkg build.sh script
|
||||||
# This is a generic build.sh script
|
|
||||||
# It can be used nearly unmodified with many packages
|
|
||||||
#
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_BASE}/scripts/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
@ -16,7 +13,7 @@ source[0]=$topdir-$version.tar.gz
|
|||||||
#patch[0]=
|
#patch[0]=
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
|
|
||||||
# Global settings
|
# Global settings
|
||||||
export CPPFLAGS="-I$prefix/include"
|
export CPPFLAGS="-I$prefix/include"
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
# This is a buildpkg build.sh script
|
||||||
# This is a generic build.sh script
|
|
||||||
# It can be used nearly unmodified with many packages
|
|
||||||
#
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_BASE}/scripts/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
@ -16,7 +13,7 @@ source[0]=${topdir}${version}-src.tar.gz
|
|||||||
#patch[0]=
|
#patch[0]=
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
|
|
||||||
# Global settings
|
# Global settings
|
||||||
export CPPFLAGS="-I$prefix/include"
|
export CPPFLAGS="-I$prefix/include"
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
# This is a buildpkg build.sh script
|
||||||
# This is a generic build.sh script
|
|
||||||
# It can be used nearly unmodified with many packages
|
|
||||||
#
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_BASE}/scripts/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
@ -16,7 +13,7 @@ source[0]=$topdir-$version.tar.bz2
|
|||||||
#patch[0]=
|
#patch[0]=
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
|
|
||||||
# Global settings
|
# Global settings
|
||||||
[ -n "$(isainfo | grep sparcv9)" ] && v9bin=1
|
[ -n "$(isainfo | grep sparcv9)" ] && v9bin=1
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
# This is a buildpkg build.sh script
|
||||||
# This is a generic build.sh script
|
|
||||||
# It can be used nearly unmodified with many packages
|
|
||||||
#
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_BASE}/scripts/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
@ -16,7 +13,7 @@ source[0]=${topdir}552.tar.gz
|
|||||||
#patch[0]=
|
#patch[0]=
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
|
|
||||||
# Global settings
|
# Global settings
|
||||||
shortroot=1
|
shortroot=1
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
# This is a buildpkg build.sh script
|
||||||
# This is a generic build.sh script
|
|
||||||
# It can be used nearly unmodified with many packages
|
|
||||||
#
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_BASE}/scripts/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
@ -19,7 +16,7 @@ source[0]=ftp://ftp.vim.org/pub/vim/unix/$topdir-$version.tar.bz2
|
|||||||
# num=0; for i in `grep -v Win32 README | grep -v VMS | grep -v Mac | grep -v \.gz |grep -v \(extra|awk '{ print $2 }'|grep 7.1`; do echo "patch[$num]=$i"; let num=num+1; done
|
# num=0; for i in `grep -v Win32 README | grep -v VMS | grep -v Mac | grep -v \.gz |grep -v \(extra|awk '{ print $2 }'|grep 7.1`; do echo "patch[$num]=$i"; let num=num+1; done
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
|
|
||||||
# Global settings
|
# Global settings
|
||||||
# We need to override this
|
# We need to override this
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
# This is a buildpkg build.sh script
|
||||||
# This is a generic build.sh script
|
|
||||||
# It can be used nearly unmodified with many packages
|
|
||||||
#
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_BASE}/scripts/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
@ -16,7 +13,7 @@ source[0]=$topdir-$version.tar.bz2
|
|||||||
#patch[0]=
|
#patch[0]=
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
|
|
||||||
# Global settings
|
# Global settings
|
||||||
export CPPFLAGS="-I$prefix/include"
|
export CPPFLAGS="-I$prefix/include"
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# This is a buildpkg build.sh script
|
# This is a buildpkg build.sh script
|
||||||
# It can be used nearly unmodified with many packages
|
|
||||||
# build.sh helper functions
|
# build.sh helper functions
|
||||||
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
. ${BUILDPKG_SCRIPTS}/build.sh.functions
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user