First draft of package

This commit is contained in:
Siegfried Krug 2014-12-29 13:23:27 +01:00
parent 6ab1b7efdf
commit 2276c2f536
2 changed files with 29 additions and 0 deletions

3
README
View file

@ -0,0 +1,3 @@
# Maintainer: Oliver Rümpelein <oli_r nospamat fg4f nospamdot de>
Siegfried Krug <siegfried nospamat fg4f nospamdot de>
#actuell version: V2.3_Linux

26
x32-edit Normal file
View file

@ -0,0 +1,26 @@
# Maintainer: Oliver Rümpelein <oli_r nospamat fg4f nospamdot de>; Siegfried Krug <siegfried nospamat fg4f nospamdot de>
pkgname=x32-edit
pkgver=2.3
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=('')
depends=(glibc)
source=(http://www.behringerdownload.de/X32/X32-Edit_V${pkgver}_Linux.tar.gz)
md5sums=('35d978adf7f432a291ebcf7da4ec00ad')
package()
{
cd "${srcdir}"/${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
install -d "${pkgdir}"/usr/share/${pkgname}/examples
install -m644 examples/* "${pkgdir}"/usr/share/${pkgname}/examples
}
http://www.behringerdownload.de/X32/X32-Edit_V2.3_LINUX.tar.gz