updated on Tue Jan 10 08:08:34 UTC 2012
[aur-mirror.git] / eclipse-clp-x86_64 / PKGBUILD
blob4e7491bb1880e34286aa340345198058739a2946
1 # Maintainer: Sven Schober <sschober (at) sssm (dot) de>
2 # Contributor(s): ECRC GmbH\
3 # Contributor(s): IC-Parc, Imperial College London
4 pkgname=eclipse-clp-x86_64
5 pkgver=6.0.188
6 pkgrel=1
7 pkgdesc="Constraint Logic Programming System"
8 arch=('x86_64')
9 url="http://eclipseclp.org/"
10 license=('CMPL 1.1')
11 depends=('tk')
12 #backup=('etc/security/pam_mount.conf.xml')
14 install=eclipse-clp.install
16 source=('http://eclipseclp.org/Distribution/6.0_188/x86_64_linux/eclipse_basic.tgz'
17         'eclipse-clp.sh')
18 md5sums=('d9a099054fd1c23af3b5867fa6442b9e'
19          '46d4d43af0d59ecec2401706714dad8f')
22 build() {
23   cd ${srcdir}
25   # remove this symlink created by makepkg...
26   rm eclipse_basic.tgz
28   targetDir=${pkgdir}/opt/eclipse-clp
30   mkdir -p ${targetDir}
32   cp -dR * ${targetDir}
34   install -Dm755 eclipse-clp.sh  ${pkgdir}/etc/profile.d/eclipse-clp.sh