updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / shtool / PKGBUILD
blobfe89d713e0c56873bb3e9c3098e0ac3f6d5b2832
1 # Contributor: Evan Gates <evan.gates@gmail.com>
2 #              phloyd     <phloyd@iki.fi>
4 pkgname=shtool
5 pkgver=2.0.8
6 pkgrel=1
7 pkgdesc="GNU shtool is a compilation of small but very stable and portable shell scripts into a single shell tool."
8 url="http://www.gnu.org/software/shtool/"
9 license=(GPL)
10 arch=(i686 x86_64)
11 depends=(perl)
12 source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
13 md5sums=('c5f7c6836882d48bc79049846a5f9c5b')
15 build() {
16   cd $startdir/src/$pkgname-$pkgver
17   ./configure --prefix=/usr || return 1
18   make || return 1
19   make prefix=$startdir/pkg/usr install || return 1