Modified PKGBUILD to match guidelines found on wiki
For more information, see https://wiki.archlinux.org/index.php/Arch_Packaging_Standards
This commit is contained in:
parent
1499ac0c1e
commit
6b5b80bb48
1 changed files with 7 additions and 6 deletions
13
PKGBUILD
13
PKGBUILD
|
@ -1,21 +1,22 @@
|
|||
# Maintainer: Oliver Rümpelein <oli_r nospamat fg4f nospamdot de>; Siegfried Krug <siegfried nospamat fg4f nospamdot de>
|
||||
pkgname=x32-edit
|
||||
pkgname=x32edit
|
||||
pkgver=2.3
|
||||
pkgrel=1
|
||||
pkgdesc="Program for preprogramm or remote control your Behringer X32 console"
|
||||
pkgdesc="Remote control and programm Behringer X32 consoles"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.behringer.com/EN/products/X32.aspx"
|
||||
license=('unknown')
|
||||
depends_i686=('libxext' 'alsa-lib')
|
||||
depends_x86_64=('lib32-libxext' 'lib32-alsa-lib')
|
||||
_archive="X32-Edit_V${pkgver}_LINUX.tar.gz"
|
||||
source=(http://www.behringerdownload.de/X32/${_archive})
|
||||
source=(http://www.behringerdownload.de/X32/X32-Edit_V${pkgver}_LINUX.tar.gz)
|
||||
sha512sums=('989ee6baa63b546cef6d65292f141dd4c965de71e02cd75240c948e425545f2e9e86fc826f1fd83bbd35a00ac7a1b67c318d9e5381d7f74c024ab304b3df2037')
|
||||
sha256sums=('35774f0fe974db50c9dec405be6064d809a7d85fe1eef6d781f7599af77b4e6d')
|
||||
md5sums=('35d978adf7f432a291ebcf7da4ec00ad')
|
||||
|
||||
package()
|
||||
{
|
||||
cd "${srcdir}"
|
||||
tar xf ${_archive}
|
||||
mkdir -p ${pkgdir}/usr/bin/
|
||||
tar xf X32-Edit_V${pkgver}_LINUX.tar.gz
|
||||
mkdir -p ${pkgdir}/usr/bin
|
||||
install -m 755 X32-Edit ${pkgdir}/usr/bin/
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue