updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / hdjcpl / PKGBUILD
blob075a7f6a96c2be8dd7af45583c86c08dd5807f2b
1 # Contributor: Ali H. Caliskan <ali.h.caliskan AT gmail DOT com>
2 # Maintainer:  Gimmeapill <gimmeapill at gmail DOT com>
4 pkgname=hdjcpl
5 pkgver=1.09
6 pkgrel=3
7 pkgdesc="Hercules DJ Control Panel let you control the Hercules DJ hardware settings"
8 arch=('i686' 'x86_64')
9 url="http://ts.hercules.com/eng/"
10 license=('Custom')
11 makedepends=('rpmextract')
12 depends=('hdjmod')
13 source=('ftp://ftp.hercules.com/pub/webupdate/DJCSeries/Hercules_DJSeries_Linux.tgz')
14 md5sums=('498cf0ff144f20106718932ab22571ce')
16 build() {
17         cd $srcdir
18     if [ "$CARCH" = "x86_64" ]; then
19       cd  $srcdir/Control\ Panel
20       rpmextract.sh hdjcpl-1.09-1.x86_64.rpm
21       cp -r usr $pkgdir
22     else
23       cd  $srcdir/Control\ Panel
24       rpmextract.sh hdjcpl-1.09-1.i386.rpm
25       cp -r usr $pkgdir
26     fi