syntax update

This commit is contained in:
Tim Biermann 2023-08-21 21:49:13 +02:00
parent 2d94010827
commit e4919d3423
106 changed files with 1102 additions and 1055 deletions

View File

@ -9,8 +9,10 @@ source=(https://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz)
build () {
cd $name-$version
./configure --prefix=/usr
make
make prefix=$PKG/usr install
rm -r $PKG/usr/share/info
}

View File

@ -10,9 +10,12 @@ source=(https://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-nls
./configure --prefix=/usr \
--disable-nls
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/{doc,info}
rm $PKG/usr/share/bison/README.md
}

View File

@ -10,6 +10,7 @@ source=(https://curl.haxx.se/download/$name-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--enable-ipv6 \

View File

@ -9,9 +9,12 @@ source=(http://gondor.apana.org.au/~herbert/dash/files/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --bindir=/bin
./configure --prefix=/usr \
--bindir=/bin
make
make DESTDIR=$PKG install
ln -s dash $PKG/bin/sh
ln -s dash.1 $PKG/usr/share/man/man1/sh.1
}

View File

@ -9,8 +9,11 @@ source=(https://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-nls
./configure --prefix=/usr \
--disable-nls
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/info
}

View File

@ -9,6 +9,7 @@ source=(https://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.lz)
build() {
cd $name-$version
sed "/^CFLAGS/s/-O2/$CFLAGS/" -i configure
./configure --prefix=/usr --exec-prefix=/
make

View File

@ -10,6 +10,7 @@ source=(http://www.astron.com/pub/file/$name-$version.tar.gz)
build() {
cd file-$version
./configure \
--prefix=/usr \
--enable-fsect-man5 \
@ -17,5 +18,6 @@ build() {
--disable-libseccomp
make
make DESTDIR=$PKG install
rmdir $PKG/usr/share/man/man4
}

View File

@ -9,8 +9,10 @@ source=(https://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/{doc,info}
}

View File

@ -9,6 +9,7 @@ source=(https://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install

View File

@ -9,6 +9,7 @@ source=(https://downloads.sourceforge.net/project/$name/$name/$name-$version.tar
build() {
cd $name-$version
make
make DESTDIR=$PKG install
}

View File

@ -14,5 +14,6 @@ build() {
./configure --prefix=/usr --with-regex=pcre2
make
make DESTDIR=$PKG install
install -m 755 -D $SRC/filter $PKG/usr/lib/less/filter
}

View File

@ -9,8 +9,10 @@ source=(https://github.com/libffi/libffi/releases/download/v$version/$name-$vers
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/info
}

View File

@ -10,8 +10,10 @@ source=(https://ftp.gnu.org/gnu/mpc/mpc-$version.tar.gz)
build() {
cd mpc-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
}

View File

@ -11,9 +11,11 @@ source=(https://www.mpfr.org/mpfr-${version%-*}/mpfr-${version%-*}.tar.xz
build() {
cd mpfr-${version%-*}
patch -p1 -i $SRC/$name-$version.patch
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
}

View File

@ -10,6 +10,7 @@ source=(https://www.netfilter.org/pub/libnftnl/libnftnl-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install

View File

@ -9,6 +9,7 @@ source=(https://github.com/thkukuk/$name/releases/download/v$version/$name-$vers
build() {
cd $name-$version
autoreconf -fi
./configure --prefix=/usr
make

View File

@ -9,6 +9,7 @@ source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install

View File

@ -9,8 +9,10 @@ source=(https://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/info
}

View File

@ -5,8 +5,8 @@
name=linux-pam
version=1.5.3
release=1
source=(https://github.com/$name/$name/releases/download/v${version}/Linux-PAM-$version.tar.xz \
common-account common-auth common-password common-session \
source=(https://github.com/$name/$name/releases/download/v${version}/Linux-PAM-$version.tar.xz
common-account common-auth common-password common-session
other)
build() {

View File

@ -9,8 +9,10 @@ source=(https://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/info
}

View File

@ -9,8 +9,11 @@ source=(https://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.lz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-nls
./configure --prefix=/usr \
--disable-nls
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/info
}

View File

@ -9,6 +9,7 @@ source=(https://www.nasm.us/pub/nasm/releasebuilds/$version/$name-$version.tar.x
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install

View File

@ -9,6 +9,7 @@ source=(https://crux.nu/files/distfiles/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install

View File

@ -13,6 +13,7 @@ source=(https://crux.nu/files/tools/ports/$name-$version.tar.gz
build () {
cd $name-$version
make
make DESTDIR=$PKG MANDIR=/usr/share/man install

View File

@ -10,9 +10,12 @@ source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version.tar.
build() {
cd $name-$version
export LINGUAS=' '
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
rm $PKG/usr/bin/pstree.x11
}

View File

@ -23,6 +23,7 @@ build() {
make DESTDIR=$PKG install
make -C librhash DESTDIR=$PKG install-lib-headers install-so-link
install -Dm0644 -o root -g root dist/librhash.pc \
$PKG/usr/lib/pkgconfig/librhash.pc
}

View File

@ -9,8 +9,10 @@ source=(https://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/info
}

View File

@ -9,8 +9,10 @@ source=(https://tukaani.org/xz/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc/
}