Add butt-client to build, thanks @ckoller

This commit is contained in:
David Cooper 2024-01-17 14:12:11 -05:00
parent 337b137691
commit 45069f25f1
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
pkgbase = butt pkgbase = butt
pkgdesc = Easy to use, multi OS streaming tool pkgdesc = Easy to use, multi OS streaming tool
pkgver = 0.1.40 pkgver = 0.1.40
pkgrel = 1 pkgrel = 2
url = https://danielnoethen.de/butt/ url = https://danielnoethen.de/butt/
arch = i686 arch = i686
arch = x86_64 arch = x86_64

View File

@ -6,7 +6,7 @@
pkgname=butt pkgname=butt
pkgver=0.1.40 pkgver=0.1.40
pkgrel=1 pkgrel=2
pkgdesc="Easy to use, multi OS streaming tool" pkgdesc="Easy to use, multi OS streaming tool"
arch=('i686' 'x86_64' 'aarch64' 'armv7h') arch=('i686' 'x86_64' 'aarch64' 'armv7h')
license=('GPL2') license=('GPL2')
@ -17,7 +17,7 @@ b2sums=('920680b90dc4a0936e2fac4cb155ed11f041b440bff3e6ca696b4bf633395550c7bbcf1
build() { build() {
cd "${pkgname}-${pkgver}" cd "${pkgname}-${pkgver}"
./configure --prefix=/usr LDFLAGS="-L$(dirname $(fltk-config --libs))" ./configure --with-client --prefix=/usr LDFLAGS="-L$(dirname $(fltk-config --libs))"
make make
} }