summaryrefslogtreecommitdiff
path: root/community/nickle/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/nickle/PKGBUILD
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/nickle/PKGBUILD')
-rw-r--r--community/nickle/PKGBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/community/nickle/PKGBUILD b/community/nickle/PKGBUILD
deleted file mode 100644
index 44f3e05ca..000000000
--- a/community/nickle/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-#$Id: PKGBUILD 69252 2012-04-11 04:23:34Z allan $
-# Maintainer: Jan de Groot <jgc@archlinux.org>
-
-pkgname=nickle
-pkgver=2.70
-pkgrel=2
-pkgdesc="A programming language based prototyping environment with powerful programming and scripting capabilities"
-arch=('i686' 'x86_64')
-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
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
- install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}