summaryrefslogtreecommitdiff
path: root/extra/nickle/PKGBUILD
blob: e31d0f4bc6571ef874ed72e321b1f9f8b89f0693 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#$Id: $
#Maintainer: Jan de Groot <jgc@archlinux.org>

pkgname=nickle
pkgver=2.70
pkgrel=1
pkgdesc="A programming language based prototyping environment with powerful programming and scripting capabilities"
arch=('i686' 'x86_64' 'mips64el')
url="http://nickle.org"
license=('custom')
depends=('readline')
source=(http://nickle.org/release/${pkgname}-${pkgver}.tar.gz)
md5sums=('fbb77ad1c6f80a9a67ae28a2a678ed67')

build() {
  cd "${srcdir}/${pkgname}-${pkgver}"
  ./configure --prefix=/usr
  make
  make DESTDIR="${pkgdir}" install
  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
}