updated on Mon Jan 23 12:00:23 UTC 2012
[aur-mirror.git] / titools / PKGBUILD
blob2eda9d4bf51413e4b532d398acf7d88bf55421af
1 # Maintainer: Your Name <youremail at domain dot com>
3 pkgname=titools
4 pkgver=0.1
5 pkgrel=1
6 pkgdesc="A collection of simple command-line programs for communicating with a TI calculator."
7 arch=('i686' 'x86_64')
8 url="http://www.ticalc.org/archives/files/fileinfo/430/43083.html"
9 license=('GPL3')
10 groups=()
11 depends=('libticalcs')
12 makedepends=()
13 optdepends=()
14 provides=()
15 conflicts=()
16 replaces=()
17 backup=()
18 options=()
19 install=
20 source=("http://www.ticalc.org/pub/unix/$pkgname.tgz")
21 noextract=()
22 md5sums=('28de50da6723e70cb206d8f3972fb777') #generate with 'makepkg -g'
24 build() {
25   cd $srcdir/$pkgname-$pkgver
26   ./configure --prefix=/usr
27   make
30 package() {
31   cd $srcdir/$pkgname-$pkgver
32   make DESTDIR=$pkgdir install