aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
blob: fc561aa89c2c13712305330a4d6ecef9b3e51b50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Maintainer: Grey Christoforo <first name at last name dot net>
pkgname=ess-epics
pkgver=7.0.2
pkgrel=1
pkgdesc="Experimental Physics and Industrial Control System -- ESS falvor"
arch=('any')
url="http://www.aps.anl.gov/epics/"
provides=('epics')
conflicts=('epics')
license=('EPICS Open License')
makedepends=('rpcsvc-proto' 'tree')
depends=('libtirpc-compat' 'tclx' 'tcl' 'aravis' 'glibmm' 'libtirpc' 'readline' 'libxt' 'libxmu' 'libxpm' 'pcre' 'net-snmp' 're2c' 'darcs' 'python2' 'netcdf' 'hdf5' 'libpng' 'bzip2' 'libxml2' 'libxml2' 'libusb' 'libusb-compat' 'remake' 'systemd' 'linux-headers' 'mercurial' 'boost' 'boost-libs' 'libraw1394' 'opencv')
source=("git+https://github.com/icshwi/e3.git")
md5sums=('SKIP')

MAKEFLAGS="-j1" # mutithread building breaks this

prepare() {
  cd e3
  bash e3_building_config.bash -y -t "${srcdir}/build" -b ${pkgver} setup
}

build() {
  cd e3
  bash e3.bash base
}

package() {
  cd e3
  
  #mkdir -p "${pkgdir}/opt/"
  #cp -a "${srcdir}/ng3e-${pkgver}/root/${_base_recipe}" "${pkgdir}/opt/epics"
}