Add butt-client to build, thanks @ckoller
This commit is contained in:
parent
337b137691
commit
45069f25f1
2
.SRCINFO
2
.SRCINFO
@ -1,7 +1,7 @@
|
||||
pkgbase = butt
|
||||
pkgdesc = Easy to use, multi OS streaming tool
|
||||
pkgver = 0.1.40
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://danielnoethen.de/butt/
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
|
||||
4
PKGBUILD
4
PKGBUILD
@ -6,7 +6,7 @@
|
||||
|
||||
pkgname=butt
|
||||
pkgver=0.1.40
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Easy to use, multi OS streaming tool"
|
||||
arch=('i686' 'x86_64' 'aarch64' 'armv7h')
|
||||
license=('GPL2')
|
||||
@ -17,7 +17,7 @@ b2sums=('920680b90dc4a0936e2fac4cb155ed11f041b440bff3e6ca696b4bf633395550c7bbcf1
|
||||
|
||||
build() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
./configure --prefix=/usr LDFLAGS="-L$(dirname $(fltk-config --libs))"
|
||||
./configure --with-client --prefix=/usr LDFLAGS="-L$(dirname $(fltk-config --libs))"
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user