View difference between Paste ID: w8vEvzrm and
SHOW: | | - or go back to the newest paste.
1-
1+
# Contributor: Pierre Chapuis <catwell@archlinux.us>
2
3
pkgname=xspin
4
pkgver=5.2.5
5
pkgrel=1
6
pkgdesc="Tcl/Tk GUI for spin"
7
arch=('any')
8
url="http://spinroot.com/"
9
license=('custom')
10
depends=('spin' 'tk')
11
source=(http://spinroot.com/spin/Src/xspin525.tcl)
12
13
build() {
14
  sed -i 's~#!/bin/sh~#!/usr/bin/wish -f~' xspin525.tcl
15
  install -Dm0755 xspin525.tcl  $pkgdir/usr/bin/xspin
16
  install -Dm0644 /usr/share/licenses/spin/LICENSE.txt \
17
    $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
18
}
19
20
md5sums=('4b41ff53c1834168aa183def9036bbb7')