fix depends
This commit is contained in:
parent
201d2c0256
commit
b7bde5e7f0
2
.SRCINFO
2
.SRCINFO
@ -9,7 +9,7 @@ pkgbase = butt
|
||||
arch = armv7h
|
||||
license = GPL2
|
||||
depends = fltk
|
||||
depends = libpng12
|
||||
depends = dbus
|
||||
depends = portaudio
|
||||
depends = libfdk-aac
|
||||
depends = libvorbis
|
||||
|
||||
6
PKGBUILD
6
PKGBUILD
@ -9,18 +9,18 @@ pkgdesc="Easy to use, multi OS streaming tool"
|
||||
arch=('i686' 'x86_64' 'aarch64' 'armv7h')
|
||||
license=('GPL2')
|
||||
url="http://butt.sourceforge.net/"
|
||||
depends=('fltk' 'libpng12' 'portaudio' 'libfdk-aac' 'libvorbis' 'libogg' 'lame' 'flac' 'opus' 'libsamplerate')
|
||||
depends=('fltk' 'dbus' 'portaudio' 'libfdk-aac' 'libvorbis' 'libogg' 'lame' 'flac' 'opus' 'libsamplerate')
|
||||
source=(${pkgname}-${pkgver}.tar.gz::"http://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz")
|
||||
sha256sums=('afe9596b1d9ef38d2fde1f3255e5a3a12b206c73c8e6601e37cccb07e67ae33d')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
cd "${pkgname}-${pkgver}"
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
cd "${pkgname}-${pkgver}"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
|
||||
# Desktop file
|
||||
|
||||
Loading…
Reference in New Issue
Block a user