Balló György pushed to branch main at Arch Linux / Packaging / Packages / spandsp
Commits: aef497d0 by Balló György at 2024-07-20T20:42:11+02:00 Formatting - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -2,17 +2,26 @@ # Contributor: Tobias Powalowski <[email protected]> pkgbase=spandsp -pkgname=(spandsp spandsp-docs) +pkgname=( + spandsp + spandsp-docs +) pkgver=0.0.6 pkgrel=5 pkgdesc='Low-level signal processing library that modulates and demodulates signals commonly used in telephony' -arch=('x86_64') +arch=(x86_64) url='https://www.soft-switch.org/' -license=('LGPL-2.1-only') -depends=('glibc' 'libtiff') -makedepends=('docbook-xsl' 'doxygen') +license=(LGPL-2.1-only) +depends=( + glibc + libtiff +) +makedepends=( + docbook-xsl + doxygen +) source=("https://www.soft-switch.org/downloads/$pkgbase/$pkgbase-$pkgver.tar.gz") -b2sums=('6ee95501473d5758c9ff96580bb51222f49a230dc6a5f52f5a852781cbb70079bb07f9d7224f5c7ea91c0dd617fa543a37518f68875c76a44b3be1415aece696') +b2sums=(6ee95501473d5758c9ff96580bb51222f49a230dc6a5f52f5a852781cbb70079bb07f9d7224f5c7ea91c0dd617fa543a37518f68875c76a44b3be1415aece696) prepare() { cd $pkgbase-$pkgver @@ -21,7 +30,11 @@ prepare() { build() { cd $pkgbase-$pkgver - ./configure --prefix=/usr --enable-doc + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --enable-doc sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/spandsp/-/commit/aef497d0295caf4df3b61f104282f67f6ba0bd4e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/spandsp/-/commit/aef497d0295caf4df3b61f104282f67f6ba0bd4e You're receiving this email because of your account on gitlab.archlinux.org.
