Runs now, testing needed!
This commit is contained in:
parent
79e9cae333
commit
8a761df20b
1 changed files with 4 additions and 4 deletions
8
PKGBUILD
8
PKGBUILD
|
@ -5,8 +5,8 @@ pkgrel=1
|
|||
pkgdesc="Program for preprogramm or remote control your Behringer X32 console"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.behringer.com/EN/products/X32.aspx"
|
||||
license=('custom')
|
||||
depends=(glibc,lib32-libext, lib32-alsa-lib)
|
||||
license=('unknown')
|
||||
depends=('lib32-libxext' 'lib32-alsa-lib')
|
||||
_archive="X32-Edit_V${pkgver}_LINUX.tar.gz"
|
||||
source=(http://www.behringerdownload.de/X32/${_archive})
|
||||
md5sums=('35d978adf7f432a291ebcf7da4ec00ad')
|
||||
|
@ -15,6 +15,6 @@ package()
|
|||
{
|
||||
cd "${srcdir}"
|
||||
tar xf ${_archive}
|
||||
mkdir ${pkgdir}/opt/
|
||||
mv X32-Edit ${pkgdir}/opt/
|
||||
mkdir -p ${pkgdir}/usr/bin/
|
||||
install -m 644 X32-Edit ${pkgdir}/usr/bin/
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue