mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 22:07:19 +02:00
testing/*: update config.{sub,guess} to support loongarch64
This commit is contained in:
parent
10afdae533
commit
0cfc1bf488
@ -12,6 +12,12 @@ subpackages="$pkgname-dev $pkgname-doc"
|
|||||||
source="https://github.com/admesh/admesh/releases/download/v$pkgver/admesh-$pkgver.tar.gz"
|
source="https://github.com/admesh/admesh/releases/download/v$pkgver/admesh-$pkgver.tar.gz"
|
||||||
options="!check" # no unit tests
|
options="!check" # no unit tests
|
||||||
|
|
||||||
|
# config.sub is too old to recognize loongarch64-alpine-linux-musl
|
||||||
|
prepare() {
|
||||||
|
default_prepare
|
||||||
|
update_config_sub
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--build=$CBUILD \
|
--build=$CBUILD \
|
||||||
|
@ -26,6 +26,12 @@ source="$_pkgname-$pkgver.tar.xz::https://downloads.sourceforge.net/project/amul
|
|||||||
|
|
||||||
builddir="$srcdir/$_pkgname-$pkgver"
|
builddir="$srcdir/$_pkgname-$pkgver"
|
||||||
|
|
||||||
|
# config.sub is too old to recognize loongarch64-alpine-linux-musl
|
||||||
|
prepare() {
|
||||||
|
default_prepare
|
||||||
|
update_config_sub
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
export CFLAGS="$CFLAGS -flto=auto -DNDEBUG"
|
export CFLAGS="$CFLAGS -flto=auto -DNDEBUG"
|
||||||
export CXXFLAGS="$CXXFLAGS -flto=auto -DNDEBUG"
|
export CXXFLAGS="$CXXFLAGS -flto=auto -DNDEBUG"
|
||||||
|
@ -13,6 +13,12 @@ subpackages="$pkgname-doc"
|
|||||||
options="!check" #the tests are deactivated because the make check has not been declared
|
options="!check" #the tests are deactivated because the make check has not been declared
|
||||||
source="$pkgname-$pkgver.tar.bz2::https://launchpad.net/armagetronad/${pkgver%.*.*}/$pkgver/+download/armagetronad-$pkgver.tbz"
|
source="$pkgname-$pkgver.tar.bz2::https://launchpad.net/armagetronad/${pkgver%.*.*}/$pkgver/+download/armagetronad-$pkgver.tbz"
|
||||||
|
|
||||||
|
# config.guess is too old to recognize loongarch64-alpine-linux-musl
|
||||||
|
prepare() {
|
||||||
|
default_prepare
|
||||||
|
update_config_guess
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
|
@ -15,6 +15,12 @@ source="
|
|||||||
10-remove-redundant-demoextend-definition.patch
|
10-remove-redundant-demoextend-definition.patch
|
||||||
"
|
"
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
default_prepare
|
||||||
|
# config.sub is too old to recognize loongarch64-alpine-linux-musl
|
||||||
|
update_config_sub
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--build=$CBUILD \
|
--build=$CBUILD \
|
||||||
|
@ -15,6 +15,12 @@ subpackages="
|
|||||||
$pkgname-dev
|
$pkgname-dev
|
||||||
"
|
"
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
default_prepare
|
||||||
|
# config.sub is too old to recognize loongarch64-alpine-linux-musl
|
||||||
|
update_config_sub
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
export CFLAGS="${CFLAGS/-Os/-O3}" # gotta go fast
|
export CFLAGS="${CFLAGS/-Os/-O3}" # gotta go fast
|
||||||
|
|
||||||
|
@ -17,6 +17,12 @@ source="https://github.com/nicm/fdm/releases/download/$pkgver/fdm-$pkgver.tar.gz
|
|||||||
$pkgname-pcre2-fix.patch::https://github.com/nicm/fdm/commit/f1ec1982725d60045c0d871f3e613f2880046c22.patch
|
$pkgname-pcre2-fix.patch::https://github.com/nicm/fdm/commit/f1ec1982725d60045c0d871f3e613f2880046c22.patch
|
||||||
"
|
"
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
default_prepare
|
||||||
|
# config.sub is too old to recognize loongarch64-alpine-linux-musl
|
||||||
|
update_config_sub
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
CFLAGS="$CFLAGS -flto=auto" \
|
CFLAGS="$CFLAGS -flto=auto" \
|
||||||
./configure \
|
./configure \
|
||||||
|
@ -15,6 +15,12 @@ makedepends="
|
|||||||
source="https://github.com/linbox-team/fflas-ffpack/releases/download/v$pkgver/fflas_ffpack-$pkgver.tar.bz2"
|
source="https://github.com/linbox-team/fflas-ffpack/releases/download/v$pkgver/fflas_ffpack-$pkgver.tar.bz2"
|
||||||
builddir="$srcdir/fflas_ffpack-$pkgver"
|
builddir="$srcdir/fflas_ffpack-$pkgver"
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
default_prepare
|
||||||
|
# config.sub is too old to recognize loongarch64-alpine-linux-musl
|
||||||
|
update_config_sub
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
export CXXFLAGS="${CXXFLAGS/-Os/-O3}" # gotta go fast
|
export CXXFLAGS="${CXXFLAGS/-Os/-O3}" # gotta go fast
|
||||||
./configure \
|
./configure \
|
||||||
|
@ -10,6 +10,12 @@ makedepends="gnutls-dev"
|
|||||||
subpackages="$pkgname-dev"
|
subpackages="$pkgname-dev"
|
||||||
source="https://camaya.net/download/gloox-$pkgver.tar.bz2"
|
source="https://camaya.net/download/gloox-$pkgver.tar.bz2"
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
default_prepare
|
||||||
|
# config.sub is too old to recognize loongarch64-alpine-linux-musl
|
||||||
|
update_config_sub
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--build=$CBUILD \
|
--build=$CBUILD \
|
||||||
|
@ -20,6 +20,12 @@ makedepends="
|
|||||||
subpackages="$pkgname-static $pkgname-dev $pkgname-doc $pkgname-lang $pkgname-libs $pkgname-cups $pkgname-samples"
|
subpackages="$pkgname-static $pkgname-dev $pkgname-doc $pkgname-lang $pkgname-libs $pkgname-cups $pkgname-samples"
|
||||||
source="https://downloads.sourceforge.net/gimp-print/gutenprint-$pkgver.tar.xz"
|
source="https://downloads.sourceforge.net/gimp-print/gutenprint-$pkgver.tar.xz"
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
default_prepare
|
||||||
|
# config.sub is too old to recognize loongarch64-alpine-linux-musl
|
||||||
|
update_config_sub
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--build=$CBUILD \
|
--build=$CBUILD \
|
||||||
|
@ -15,6 +15,12 @@ subpackages="$pkgname-doc $pkgname-dev"
|
|||||||
source="https://launchpad.net/$_pkgname/$_pkgver/$pkgver/+download/$_pkgname-$pkgver.tar.gz"
|
source="https://launchpad.net/$_pkgname/$_pkgver/$pkgver/+download/$_pkgname-$pkgver.tar.gz"
|
||||||
builddir="$srcdir/$_pkgname-$pkgver"
|
builddir="$srcdir/$_pkgname-$pkgver"
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
default_prepare
|
||||||
|
# config.sub is too old to recognize loongarch64-alpine-linux-musl
|
||||||
|
update_config_sub
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
|
@ -11,6 +11,12 @@ makedepends="libimobiledevice-dev curl-dev libxml2-dev"
|
|||||||
subpackages="$pkgname-dev $pkgname-doc"
|
subpackages="$pkgname-dev $pkgname-doc"
|
||||||
source="https://github.com/libimobiledevice/libideviceactivation/releases/download/$pkgver/libideviceactivation-$pkgver.tar.bz2"
|
source="https://github.com/libimobiledevice/libideviceactivation/releases/download/$pkgver/libideviceactivation-$pkgver.tar.bz2"
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
default_prepare
|
||||||
|
# config.sub is too old to recognize loongarch64-alpine-linux-musl
|
||||||
|
update_config_sub
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--build=$CBUILD \
|
--build=$CBUILD \
|
||||||
|
@ -16,6 +16,12 @@ makedepends="
|
|||||||
subpackages="$pkgname-dev $pkgname-tools $pkgname-doc"
|
subpackages="$pkgname-dev $pkgname-tools $pkgname-doc"
|
||||||
source="$pkgname-$pkgver.tar.bz2::https://github.com/nfc-tools/libnfc/releases/download/libnfc-$pkgver/libnfc-$pkgver.tar.bz2"
|
source="$pkgname-$pkgver.tar.bz2::https://github.com/nfc-tools/libnfc/releases/download/libnfc-$pkgver/libnfc-$pkgver.tar.bz2"
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
default_prepare
|
||||||
|
# config.sub is too old to recognize loongarch64-alpine-linux-musl
|
||||||
|
update_config_sub
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
CFLAGS="$CFLAGS -flto=auto" \
|
CFLAGS="$CFLAGS -flto=auto" \
|
||||||
./configure \
|
./configure \
|
||||||
|
@ -16,6 +16,13 @@ source="https://www.monetdb.org/downloads/sources/archive/$_pkgname-$pkgver.tar.
|
|||||||
fix-definitions-musl.patch"
|
fix-definitions-musl.patch"
|
||||||
builddir="$srcdir/$_pkgname-$pkgver"
|
builddir="$srcdir/$_pkgname-$pkgver"
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
default_prepare
|
||||||
|
# config.sub is too old to recognize loongarch64 system
|
||||||
|
update_config_guess
|
||||||
|
update_config_sub
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
|
@ -14,6 +14,13 @@ source="https://archives.eyrie.org/software/kerberos/pam-krb5-$pkgver.tar.gz
|
|||||||
"
|
"
|
||||||
options="!check"
|
options="!check"
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
default_prepare
|
||||||
|
# config.sub is too old to recognize loongarch64-alpine-linux-musl
|
||||||
|
update_config_sub
|
||||||
|
update_config_guess
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
|
@ -12,6 +12,12 @@ makedepends="pcsc-lite-dev"
|
|||||||
subpackages="$pkgname-doc"
|
subpackages="$pkgname-doc"
|
||||||
source="https://pcsc-tools.apdu.fr/pcsc-tools-$pkgver.tar.bz2"
|
source="https://pcsc-tools.apdu.fr/pcsc-tools-$pkgver.tar.bz2"
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
default_prepare
|
||||||
|
# config.sub is too old to recognize loongarch64-alpine-linux-musl
|
||||||
|
update_config_sub
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--build=$CBUILD \
|
--build=$CBUILD \
|
||||||
|
@ -15,6 +15,12 @@ source="https://master.dl.sourceforge.net/project/rankwidth/rw-$pkgver.tar.gz
|
|||||||
subpackages="$pkgname-static $pkgname-dev $pkgname-libs $pkgname-doc"
|
subpackages="$pkgname-static $pkgname-dev $pkgname-libs $pkgname-doc"
|
||||||
builddir="$srcdir/rw-$pkgver"
|
builddir="$srcdir/rw-$pkgver"
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
default_prepare
|
||||||
|
# config.sub is too old to recognize loongarch64-alpine-linux-musl
|
||||||
|
update_config_sub
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
export CFLAGS="${CFLAGS/-Os/-O3}" # gotta go fast
|
export CFLAGS="${CFLAGS/-Os/-O3}" # gotta go fast
|
||||||
|
|
||||||
|
@ -10,6 +10,13 @@ license="GPL-3.0-only"
|
|||||||
source="http://sigrok.org/download/source/$pkgname/$pkgname-$pkgver.tar.gz"
|
source="http://sigrok.org/download/source/$pkgname/$pkgname-$pkgver.tar.gz"
|
||||||
subpackages="$pkgname-doc"
|
subpackages="$pkgname-doc"
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
default_prepare
|
||||||
|
# config.sub is too old to recognize loongarch64-alpine-linux-musl
|
||||||
|
update_config_sub
|
||||||
|
update_config_guess
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr
|
||||||
make
|
make
|
||||||
|
@ -12,6 +12,12 @@ options="!check" # No testsuite
|
|||||||
source="https://github.com/pr-starfighter/starfighter/releases/download/v$pkgver/starfighter-$pkgver-src.tar.gz"
|
source="https://github.com/pr-starfighter/starfighter/releases/download/v$pkgver/starfighter-$pkgver-src.tar.gz"
|
||||||
builddir="$srcdir/starfighter-$pkgver-src"
|
builddir="$srcdir/starfighter-$pkgver-src"
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
default_prepare
|
||||||
|
# config.sub is too old to recognize loongarch64-alpine-linux-musl
|
||||||
|
update_config_sub
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--build=$CBUILD \
|
--build=$CBUILD \
|
||||||
|
@ -11,6 +11,12 @@ makedepends="gtk-doc python3-dev py3-gobject3-dev thunar-dev"
|
|||||||
subpackages="$pkgname-doc"
|
subpackages="$pkgname-doc"
|
||||||
source="https://archive.xfce.org/src/bindings/thunarx-python/${pkgver%.*}/thunarx-python-$pkgver.tar.bz2"
|
source="https://archive.xfce.org/src/bindings/thunarx-python/${pkgver%.*}/thunarx-python-$pkgver.tar.bz2"
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
default_prepare
|
||||||
|
# config.sub is too old to recognize loongarch64-alpine-linux-musl
|
||||||
|
update_config_sub
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--build=$CBUILD \
|
--build=$CBUILD \
|
||||||
|
@ -13,6 +13,13 @@ subpackages="$pkgname-dev $pkgname-doc"
|
|||||||
source="https://ftp.gnu.org/gnu/vcdimager/${pkgname}-${pkgver}.tar.gz"
|
source="https://ftp.gnu.org/gnu/vcdimager/${pkgname}-${pkgver}.tar.gz"
|
||||||
builddir="$srcdir/$pkgname-$pkgver"
|
builddir="$srcdir/$pkgname-$pkgver"
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
default_prepare
|
||||||
|
# config.sub is too old to recognize loongarch64-alpine-linux-musl
|
||||||
|
update_config_sub
|
||||||
|
update_config_guess
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr
|
||||||
|
Loading…
Reference in New Issue
Block a user