1 # This is an example PKGBUILD file. Use this as a start to creating your own,
2 # and remove these comments. For more information, see 'man PKGBUILD'.
3 # NOTE: Please fill out the license field for your package! If it is unknown,
4 # then please put 'unknown'.
6 # Contributor: Your Name <youremail@domain.com>
10 pkgdesc="quote is a simple Perl script that allows retrieval of stock quotes from Yahoo! Finance."
11 arch=('i686', 'x86_64')
12 url="http://www.circlemud.org/~jelson/software/quote/"
16 source=(http://www.circlemud.org/pub/jelson/quote/$pkgname-$pkgver.tar.gz)
19 cd "$srcdir/$pkgname-$pkgver"
20 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
22 make DESTDIR="$pkgdir/" install
25 # vim:set ts=2 sw=2 et:
26 md5sums=('c02a98d99b8e0a6490a7ff744d79e81e')