Small PKGBUILD, should be a good skel.
This commit is contained in:
parent
d7b038f22e
commit
7aa0c754af
1 changed files with 6 additions and 6 deletions
12
PKGBUILD
12
PKGBUILD
|
@ -7,15 +7,15 @@ 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)
|
||||
archive="X32-Edit_V${pkgver}_Linux.tar.gz"
|
||||
source=(http://www.behringerdownload.de/X32/${archive})
|
||||
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
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
tar xf ${archive}
|
||||
mv X32-Edit ${pkgdir}/opt/
|
||||
}
|
||||
|
||||
|
||||
|
@ -23,4 +23,4 @@ package()
|
|||
|
||||
|
||||
|
||||
http://www.behringerdownload.de/X32/X32-Edit_V2.3_LINUX.tar.gz
|
||||
#http://www.behringerdownload.de/X32/X32-Edit_V2.3_LINUX.tar.gz
|
||||
|
|
Loading…
Reference in a new issue