This commit is contained in:
Josef Miegl 2019-02-07 17:46:21 +01:00
parent dd214fd391
commit 201d2c0256
2 changed files with 30 additions and 27 deletions

View File

@ -1,10 +1,11 @@
pkgbase = butt pkgbase = butt
pkgdesc = butt (broadcast using this tool) is an easy to use, multi OS streaming tool pkgdesc = Easy to use, multi OS streaming tool
pkgver = 0.1.17 pkgver = 0.1.17
pkgrel = 1 pkgrel = 1
url = http://butt.sourceforge.net/ url = http://butt.sourceforge.net/
arch = i686 arch = i686
arch = x86_64 arch = x86_64
arch = aarch64
arch = armv7h arch = armv7h
license = GPL2 license = GPL2
depends = fltk depends = fltk
@ -17,7 +18,7 @@ pkgbase = butt
depends = flac depends = flac
depends = opus depends = opus
depends = libsamplerate depends = libsamplerate
source = http://sourceforge.net/projects/butt/files/butt/butt-0.1.17/butt-0.1.17.tar.gz source = butt-0.1.17.tar.gz::http://sourceforge.net/projects/butt/files/butt/butt-0.1.17/butt-0.1.17.tar.gz
sha256sums = afe9596b1d9ef38d2fde1f3255e5a3a12b206c73c8e6601e37cccb07e67ae33d sha256sums = afe9596b1d9ef38d2fde1f3255e5a3a12b206c73c8e6601e37cccb07e67ae33d
pkgname = butt pkgname = butt

View File

@ -5,12 +5,12 @@
pkgname=butt pkgname=butt
pkgver=0.1.17 pkgver=0.1.17
pkgrel=1 pkgrel=1
pkgdesc="butt (broadcast using this tool) is an easy to use, multi OS streaming tool" pkgdesc="Easy to use, multi OS streaming tool"
arch=('i686' 'x86_64' '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' 'libpng12' 'portaudio' 'libfdk-aac' 'libvorbis' 'libogg' 'lame' 'flac' 'opus' 'libsamplerate')
source=("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() {
@ -45,3 +45,5 @@ package() {
install -Dm644 "${file}" "${pkgdir}/usr/share/pixmaps/${filename}" install -Dm644 "${file}" "${pkgdir}/usr/share/pixmaps/${filename}"
done done
} }
# vim:set ts=2 sw=2 et: