Added dependencies - maybe this is only amd64 now!
This commit is contained in:
parent
259e7e5170
commit
79e9cae333
1 changed files with 2 additions and 8 deletions
10
PKGBUILD
10
PKGBUILD
|
@ -6,7 +6,7 @@ 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)
|
||||
depends=(glibc,lib32-libext, lib32-alsa-lib)
|
||||
_archive="X32-Edit_V${pkgver}_LINUX.tar.gz"
|
||||
source=(http://www.behringerdownload.de/X32/${_archive})
|
||||
md5sums=('35d978adf7f432a291ebcf7da4ec00ad')
|
||||
|
@ -15,12 +15,6 @@ package()
|
|||
{
|
||||
cd "${srcdir}"
|
||||
tar xf ${_archive}
|
||||
mkdir ${pkgdir}/opt/
|
||||
mv X32-Edit ${pkgdir}/opt/
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#http://www.behringerdownload.de/X32/X32-Edit_V2.3_LINUX.tar.gz
|
||||
|
|
Loading…
Reference in a new issue