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