# $Id$ # Maintainer: Sebastien Luttringer # Contributor: eric # Contributor: Tom Newsom # Contributor: Chris Brannon pkgname=stow pkgver=2.1.2 pkgrel=1 pkgdesc='GNU Stow is a program for managing the installation of software packages' url='http://www.gnu.org/software/stow/' arch=('i686' 'x86_64') source=("ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz") license=('GPL2') md5sums=('82857e43531cf6936aed99ef3b86b446') build() { cd $pkgname-$pkgver ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info make } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 ft=sh et: